public class EventException extends Exception
| Constructor and Description |
|---|
EventException()
Instantiates a new
EventException. |
EventException(String message)
Instantiates a new
EventException with the provided message. |
EventException(String message,
Throwable throwable)
Instantiates a new
EventException with the provided message and throwable. |
EventException(Throwable throwable)
Instantiates a new
EventException with the provided throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventException()
EventException.public EventException(String message)
EventException with the provided message.message - the messagepublic EventException(String message, Throwable throwable)
EventException with the provided message and throwable.message - the messagethrowable - the throwablepublic EventException(Throwable throwable)
EventException with the provided throwable.throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.