public class TerminalRoutingStrategyException extends AmazonServiceException
Exception thrown when the service is unable to resolve the routing for a particular alias because it has a TerminalRoutingStrategy associated with it. Requests that result in failures of this type should only be retried by clients if they modify the routing strategy for the specified alias. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself.
AmazonServiceException.ErrorType
Constructor and Description |
---|
TerminalRoutingStrategyException(String message)
Constructs a new TerminalRoutingStrategyException with the specified
error message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TerminalRoutingStrategyException(String message)
message
- Describes the error encountered.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.