Class IdempotentParameterMismatchException

All Implemented Interfaces:
Serializable

public class IdempotentParameterMismatchException extends AmazonServiceException

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

See Also:
  • Constructor Details

    • IdempotentParameterMismatchException

      public IdempotentParameterMismatchException(String message)
      Constructs a new IdempotentParameterMismatchException 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

      Parameters:
      code -
      Returns:
      Returns a reference to this object so that method calls can be chained together.