public class MessageException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
MessageException()
Constructor.
|
MessageException(Exception wrappedException)
Constructor.
|
MessageException(String message)
Constructor.
|
MessageException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public MessageException()
public MessageException(@Nullable String message)
message - exception messagepublic MessageException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.