-
public final class RuntimeEvent.ExceptionRevokedEvent extends RuntimeEvent
Issued when unhandled exception was revoked.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringreasonprivate final IntegerexceptionId
-
Constructor Summary
Constructors Constructor Description ExceptionRevokedEvent(String reason, Integer exceptionId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final RuntimeEvent.ExceptionRevokedEventcopy(String reason, Integer exceptionId)final StringgetReason()Reason describing why exception was revoked. final IntegergetExceptionId()The id of revoked exception, as reported in exceptionThrown.-
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
copy
final RuntimeEvent.ExceptionRevokedEvent copy(String reason, Integer exceptionId)
-
getExceptionId
final Integer getExceptionId()
The id of revoked exception, as reported in
exceptionThrown.
-
-
-
-