Serializablepublic class EventException extends Exception
| Constructor | 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 | Description | 
|---|---|---|
Throwable | 
getCause() | 
 If applicable, returns the Exception that triggered this Exception 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 © 2019. All rights reserved.