public class MessageException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The constant used for serialization.
|
| Constructor and Description |
|---|
MessageException(MessageItem messageItem)
Constructor without any exception.
|
MessageException(MessageItem messageItem,
Throwable t)
Constructor with message and root cause.
|
MessageException(String message)
Constructor without base exception.
|
MessageException(String message,
Throwable t)
Constructor with message and throwable.
|
MessageException(Throwable t)
Constructor without custom message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public MessageException(MessageItem messageItem)
messageItem - the message item to display.public MessageException(String message, Throwable t)
message - the message to display.t - the base exception thrownpublic MessageException(String message)
message - the message to display.public MessageException(MessageItem messageItem, Throwable t)
messageItem - the message item to display.t - the base exception thrownpublic MessageException(Throwable t)
t - the base exception thrownCopyright © 2011–2015 JRebirth OSS. All rights reserved.