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