Class TerminalRoutingStrategyException

All Implemented Interfaces:
Serializable

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.

See Also:
  • Constructor Details

    • TerminalRoutingStrategyException

      public TerminalRoutingStrategyException(String message)
      Constructs a new TerminalRoutingStrategyException with the specified error message.
      Parameters:
      message - Describes the error encountered.