org.slf4j.ext
public class EventException extends RuntimeException
Constructor Summary | |
---|---|
EventException()
Default constructor. | |
EventException(String exceptionMessage)
Constructor that allows an exception message. | |
EventException(Throwable originalException)
Constructor that chains another Exception or Error. | |
EventException(String exceptionMessage, Throwable originalException)
Constructor that chains another Exception or Error and also allows a message
to be specified. |
Parameters: exceptionMessage The exception message.
Parameters: originalException The original exception.
Parameters: exceptionMessage The exception message. originalException The original excepton.