java.io.Serializable
public class EventException
extends java.lang.Exception
Constructor | Description |
---|---|
EventException() |
Constructs a new EventException
|
EventException(java.lang.String message) |
Constructs a new EventException with the given message
|
EventException(java.lang.Throwable throwable) |
Constructs a new EventException based on the given Exception
|
EventException(java.lang.Throwable cause,
java.lang.String message) |
Constructs a new EventException with the given message
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
getCause() |
If applicable, returns the Exception that triggered this Exception
|
public EventException(java.lang.Throwable throwable)
throwable
- Exception that triggered this Exceptionpublic EventException()
public EventException(java.lang.Throwable cause, java.lang.String message)
cause
- The exception that caused thismessage
- The messagepublic EventException(java.lang.String message)
message
- The messageCopyright © 2018. All rights reserved.