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, toString
public EventException()
public EventException(String exceptionMessage)
exceptionMessage
- The exception message.public EventException(Throwable originalException)
originalException
- The original exception.Copyright © 2018 JBoss by Red Hat. All rights reserved.