Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends AmazonServiceException

Internal server error.

See Also:
  • Constructor Details

    • InternalException

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

    • setCanRetry

      public void setCanRetry(Boolean canRetry)

      You can immediately retry your request.

      Parameters:
      canRetry - You can immediately retry your request.
    • getCanRetry

      public Boolean getCanRetry()

      You can immediately retry your request.

      Returns:
      You can immediately retry your request.
    • withCanRetry

      public InternalException withCanRetry(Boolean canRetry)

      You can immediately retry your request.

      Parameters:
      canRetry - You can immediately retry your request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isCanRetry

      public Boolean isCanRetry()

      You can immediately retry your request.

      Returns:
      You can immediately retry your request.