public class EventException extends RuntimeException
| Constructor and Description |
|---|
EventException()
Default constructor.
|
EventException(String exceptionMessage)
Constructor that allows an exception message.
|
EventException(String exceptionMessage,
Throwable originalException)
Constructor that chains another Exception or Error and also allows a message
to be specified.
|
EventException(Throwable originalException)
Constructor that chains another Exception or Error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventException()
public EventException(String exceptionMessage)
exceptionMessage - The exception message.public EventException(Throwable originalException)
originalException - The original exception.public EventException(String exceptionMessage, Throwable originalException)
exceptionMessage - The exception message.originalException - The original exception.Copyright © 2005–2017 QOS.ch. All rights reserved.