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