public class EventException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private String |
eventID
The event ID.
|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
EventException(String event)
Constructor.
|
EventException(String event,
String message)
Constructor.
|
EventException(String event,
String message,
Throwable cause)
Constructor.
|
EventException(String event,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEventID()
Get the event ID represented by this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final String eventID
public EventException(@Nonnull String event)
event - the event IDpublic EventException(@Nonnull String event, @Nullable String message)
event - the event IDmessage - the exception details messagepublic EventException(@Nonnull String event, @Nullable Throwable cause)
event - the event IDcause - the exception causeCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.