Class ServiceUnavailableException

All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends AmazonServiceException

Returned if the service cannot complete the request.

See Also:
  • Constructor Details

    • ServiceUnavailableException

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