Class InternalServiceException

  • All Implemented Interfaces:
    Serializable

    public class InternalServiceException
    extends AmazonServiceException

    The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.

    See Also:
    Serialized Form
    • Constructor Detail

      • InternalServiceException

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