public class TerminalRoutingStrategyException extends AmazonServiceException
The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
AmazonServiceException.ErrorType
Constructor and Description |
---|
TerminalRoutingStrategyException(String message)
Constructs a new TerminalRoutingStrategyException with the specified
error message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, 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 © 2018. All rights reserved.