Class InvalidParameterCombinationException

All Implemented Interfaces:
Serializable

public class InvalidParameterCombinationException extends AmazonServiceException

This exception is thrown when the combination of parameters provided is not valid.

See Also:
  • Constructor Details

    • InvalidParameterCombinationException

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