Class InternalServerException

All Implemented Interfaces:
Serializable

public class InternalServerException extends AmazonServiceException

An error on the server occurred when trying to process a request.

See Also:
  • Constructor Details

    • InternalServerException

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

    • setCode

      public void setCode(Integer code)
      Parameters:
      code -
    • getCode

      public Integer getCode()
      Returns:
    • withCode

      public InternalServerException withCode(Integer code)
      Parameters:
      code -
      Returns:
      Returns a reference to this object so that method calls can be chained together.