public class MessageRuntimeException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| 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, toStringprivate static final long serialVersionUID
public MessageRuntimeException()
public MessageRuntimeException(@Nullable String message)
message - exception messagepublic MessageRuntimeException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.