Interface ActivitiExceptionEvent
-
- All Known Implementing Classes:
ActivitiEntityExceptionEventImpl
public interface ActivitiExceptionEventIndicates theActivitiEventalso contains information about aThrowablethat occurred, triggering the event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetCause()
-
-
-
Method Detail
-
getCause
Throwable getCause()
- Returns:
- the throwable that caused this event to be dispatched.
-
-