-
-
构造函数 构造函数描述 EventException()
Constructs a new EventExceptionEventException(String message)
Constructs a new EventException with the given messageEventException(Throwable throwable)
Constructs a new EventException based on the given ExceptionEventException(Throwable cause, String message)
Constructs a new EventException with the given message
-
All Methods Instance Methods Concrete Methods 修饰符和类 成员函数描述 Throwable
getCause()
If applicable, returns the Exception that triggered this Exception
-