Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends AmazonServiceException

Indicates that an error occurred while processing the request and that the request was not completed.

See Also:
  • Constructor Details

    • InternalServerErrorException

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