Class InvalidInputException

All Implemented Interfaces:
Serializable

public class InvalidInputException extends AmazonServiceException

An error on the client occurred. Typically, the cause is an invalid input value.

See Also:
  • Constructor Details

    • InvalidInputException

      public InvalidInputException(String message)
      Constructs a new InvalidInputException 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 InvalidInputException withCode(Integer code)
      Parameters:
      code -
      Returns:
      Returns a reference to this object so that method calls can be chained together.