public class NoSuchMailboxHandlerException extends RuntimeException
| Constructor and Description |
|---|
NoSuchMailboxHandlerException(Throwable cause,
String classPath)
Constructs a new runtime exception with the specified cause and a detail message
of (cause==null ?
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchMailboxHandlerException(Throwable cause, String classPath)
This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)classPath - handler class pathCopyright © 2018 Appulse. All rights reserved.