Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends AmazonServiceException

An exception for missing / invalid input fields. Gives http status code of 400.

See Also:
  • Constructor Details

    • ValidationException

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