Class TooManyRequestsException

All Implemented Interfaces:
Serializable

public class TooManyRequestsException extends AmazonServiceException

This exception gets thrown when the user has made too many requests for a given operation.

See Also:
  • Constructor Details

    • TooManyRequestsException

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