Class NotEligibleException

All Implemented Interfaces:
Serializable

public class NotEligibleException extends AmazonServiceException

Exception gets thrown when a user is not eligible to perform the specified transaction.

See Also:
  • Constructor Details

    • NotEligibleException

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