public class GeneralSearchException extends Exception
General exception for all kinds of search exceptions
Copyright 2010 (C) by Martin Ganserer
| Constructor and Description |
|---|
GeneralSearchException()
Creates a new general search exception.
|
GeneralSearchException(String message)
Creates a new general search exception.
|
GeneralSearchException(String message,
Throwable cause)
Creates a new general search exception.
|
GeneralSearchException(Throwable cause)
Creates a new general search exception.
|
GeneralSearchException(Throwable cause,
boolean extractRootCauseMessage)
Constructor that initializes the exception with the message of the root cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneralSearchException()
public GeneralSearchException(String message)
message - the error messagepublic GeneralSearchException(Throwable cause)
cause - the cause of the exceptionpublic GeneralSearchException(String message, Throwable cause)
message - the error messagecause - the cause of the exceptionpublic GeneralSearchException(Throwable cause, boolean extractRootCauseMessage)
cause - the cause of the exceptionextractRootCauseMessage - is only necessary to have a different method signatureCopyright © 2015. All rights reserved.