public class DaxServiceException
extends AmazonServiceException
| Modifier and Type | Field and Description |
|---|---|
static String |
NOT_IMPLEMENTED |
| Constructor and Description |
|---|
DaxServiceException(Exception t,
boolean isRetryable) |
DaxServiceException(String errMessage,
String errorCode) |
DaxServiceException(String errorMessage,
String requestId,
String errorCode,
int statusCode,
int[] codeSeq,
boolean isRetryable,
boolean waitForClusterRecoveryBeforeRetrying) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCodeSeq()
Returns codes received from the DAX service that identify the error.
|
String |
getMessage() |
String |
getServiceErrorMessage() |
boolean |
isRetryable() |
static DaxServiceException |
pickException(CborInputStream input,
ClientTube tube) |
void |
setRetryable(boolean retryable) |
boolean |
waitForClusterRecoveryBeforeRetry() |
public static final String NOT_IMPLEMENTED
public DaxServiceException(String errorMessage, String requestId, String errorCode, int statusCode, int[] codeSeq, boolean isRetryable, boolean waitForClusterRecoveryBeforeRetrying)
public DaxServiceException(Exception t, boolean isRetryable)
public int[] getCodeSeq()
public String getServiceErrorMessage()
public static DaxServiceException pickException(CborInputStream input, ClientTube tube) throws AmazonClientException, IOException
AmazonClientExceptionIOExceptionpublic String getMessage()
public boolean isRetryable()
public boolean waitForClusterRecoveryBeforeRetry()
public void setRetryable(boolean retryable)