public class EventException extends Exception
| Constructor and Description | 
|---|
EventException()
Constructs a new EventException 
 | 
EventException(String message)
Constructs a new EventException with the given message 
 | 
EventException(Throwable throwable)
Constructs a new EventException based on the given Exception 
 | 
EventException(Throwable cause,
              String message)
Constructs a new EventException with the given message 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getCause()
If applicable, returns the Exception that triggered this Exception 
 | 
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventException(Throwable throwable)
throwable - Exception that triggered this Exceptionpublic EventException()
public EventException(Throwable cause, String message)
cause - The exception that caused thismessage - The messagepublic EventException(String message)
message - The messageCopyright © 2021. All rights reserved.