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, toStringpublic MessageRuntimeException()
public MessageRuntimeException(@Nullable String message)
message - exception messagepublic MessageRuntimeException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2021. All rights reserved.