Class InvalidInputException

All Implemented Interfaces:
Serializable

public class InvalidInputException extends AmazonServiceException

Some value specified in the request is invalid or the XML document is malformed.

See Also:
  • Constructor Details

    • InvalidInputException

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