public class MessageRuntimeException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
MessageRuntimeException()
Constructor.
|
MessageRuntimeException(java.lang.Exception wrappedException)
Constructor.
|
MessageRuntimeException(java.lang.String message)
Constructor.
|
MessageRuntimeException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public MessageRuntimeException()
public MessageRuntimeException(@Nullable
java.lang.String message)
message - exception messagepublic MessageRuntimeException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic MessageRuntimeException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one