-
- All Implemented Interfaces:
public final class RequestErrorEvent
-
-
Constructor Summary
Constructors Constructor Description RequestErrorEvent(Exception exception, String requestId)
-
Method Summary
Modifier and Type Method Description final ExceptiongetException()final UnitsetException(Exception exception)final StringgetRequestId()final UnitsetRequestId(String requestId)-
-
Method Detail
-
getException
final Exception getException()
-
setException
final Unit setException(Exception exception)
-
getRequestId
final String getRequestId()
-
setRequestId
final Unit setRequestId(String requestId)
-
-
-
-