public class MessageHandlerException extends MessageException
Constructor and Description |
---|
MessageHandlerException()
Constructor.
|
MessageHandlerException(Exception wrappedException)
Constructor.
|
MessageHandlerException(String message)
Constructor.
|
MessageHandlerException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageHandlerException()
public MessageHandlerException(@Nullable String message)
message
- exception messagepublic MessageHandlerException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2018. All rights reserved.