Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends AmazonServiceException

Returned if an error occurred on the server side.

See Also:
  • Constructor Details

    • InternalServerErrorException

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