public class SearchException extends JamesRuntimeException
| Constructor and Description |
|---|
SearchException()
Creates a new instance without detail message.
|
SearchException(String msg)
Constructs an instance with the specified detail message.
|
SearchException(String msg,
Throwable cause)
Constructs an instance with the specified detail message and cause.
|
SearchException(Throwable cause)
Constructs an instance with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SearchException()
public SearchException(String msg)
msg - the detail messagepublic SearchException(Throwable cause)
cause - other exception that caused this exceptionCopyright © 2016. All rights reserved.