Class CodeMismatchException

All Implemented Interfaces:
Serializable

public class CodeMismatchException extends AmazonServiceException

This exception is thrown if the provided code does not match what the server was expecting.

See Also:
  • Constructor Details

    • CodeMismatchException

      public CodeMismatchException(String message)
      Constructs a new CodeMismatchException with the specified error message.
      Parameters:
      message - Describes the error encountered.