public class DaxTransactionCanceledException
extends software.amazon.dax.exceptions.DaxServiceException
| Constructor and Description |
|---|
DaxTransactionCanceledException(String errorMessage,
String requestId,
String errorCode,
int statusCode,
int[] codeSeq,
boolean isRetryable) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getReasonCodes() |
byte[] |
getReasonItems() |
String[] |
getReasonMsgs() |
DaxTransactionCanceledException |
reasonCodes(String[] reasonCodes) |
DaxTransactionCanceledException |
reasonItems(byte[] reasonItems) |
DaxTransactionCanceledException |
reasonMessages(String[] reasonMsgs) |
getCodeSeq, isAuthenticationException, pickExceptionawsErrorDetails, builder, getMessage, isClockSkewException, isThrottlingException, serializableBuilderClass, toBuilderextendedRequestId, requestId, sdkFields, statusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DaxTransactionCanceledException reasonCodes(String[] reasonCodes)
public DaxTransactionCanceledException reasonMessages(String[] reasonMsgs)
public DaxTransactionCanceledException reasonItems(byte[] reasonItems)
public String[] getReasonCodes()
public String[] getReasonMsgs()
public byte[] getReasonItems()