public final class SearchEngineException extends Exception
| Constructor and Description |
|---|
SearchEngineException()
Contructor without arguments
|
SearchEngineException(String message)
Contructor with String message indicate the exception reason
|
SearchEngineException(String message, Throwable cause)
Constructor with a String reason and a Throwable; this normally used if there is a higher level Exception caught
|
SearchEngineException(Throwable cause)
Constructor with a Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SearchEngineException()
public SearchEngineException(String message)
message - the String exception messagepublic SearchEngineException(String message, Throwable cause)
message - the String exception messagecause - the higher level causepublic SearchEngineException(Throwable cause)
cause - the Throwable