public class ExceptionRevoked extends Object
| Constructor and Description |
|---|
ExceptionRevoked() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExceptionId()
The id of revoked exception, as reported in `exceptionThrown`.
|
String |
getReason()
Reason describing why exception was revoked.
|
void |
setExceptionId(Integer exceptionId)
The id of revoked exception, as reported in `exceptionThrown`.
|
void |
setReason(String reason)
Reason describing why exception was revoked.
|
public String getReason()
public void setReason(String reason)
public Integer getExceptionId()
public void setExceptionId(Integer exceptionId)
Copyright © 2020. All rights reserved.