public class MessageException extends Exception
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, toString
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–2016 JRebirth OSS. All rights reserved.