Class InvalidParameterException

All Implemented Interfaces:
Serializable

public class InvalidParameterException extends AmazonServiceException
Thrown for missing or bad input parameter(s).
See Also:
  • Constructor Details

    • InvalidParameterException

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