public class EventException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
EventException()
Default constructor.
|
EventException(java.lang.String exceptionMessage)
Constructor that allows an exception message.
|
EventException(java.lang.String exceptionMessage,
java.lang.Throwable originalException)
Constructor that chains another Exception or Error and also allows a message
to be specified.
|
EventException(java.lang.Throwable originalException)
Constructor that chains another Exception or Error.
|
private static final long serialVersionUID
public EventException()
public EventException(java.lang.String exceptionMessage)
exceptionMessage - The exception message.public EventException(java.lang.Throwable originalException)
originalException - The original exception.public EventException(java.lang.String exceptionMessage,
java.lang.Throwable originalException)
exceptionMessage - The exception message.originalException - The original exception.