public class EventManagementException extends SuperRuntimeException
Constructor and Description |
---|
EventManagementException()
Create a new EventManagementException
|
EventManagementException(java.lang.String s)
Create a new EventManagementException with String input
|
EventManagementException(java.lang.String s,
java.lang.Throwable ex)
Create a new EventManagementException with String and Exception as inputs
|
EventManagementException(java.lang.Throwable ex) |
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getOriginalCause()
Get the Actual reason for the exception
|
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
public EventManagementException()
public EventManagementException(java.lang.String s)
s
- Message to be put in the exceptionpublic EventManagementException(java.lang.String s, java.lang.Throwable ex)
s
- Message to be put in the exceptionex
- Exception thrown by the calling classpublic EventManagementException(java.lang.Throwable ex)