Class BaseException

All Implemented Interfaces:
Serializable

public class BaseException extends AmazonServiceException

An error occurred while processing the request.

See Also:
  • Constructor Details

    • BaseException

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

    • setCode

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

      public String getCode()
      Returns:
    • withCode

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