@Exported public class SearchException extends Exception
| Constructor and Description |
|---|
SearchException(String message)
Constructs a new exception with the specified detail message.
|
SearchException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
SearchException(Throwable cause)
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SearchException(String message)
message - the detail message.public SearchException(Throwable cause)
cause - the cause