Class RuleSetDoesNotExistException

All Implemented Interfaces:
Serializable

public class RuleSetDoesNotExistException extends AmazonServiceException

Indicates that the provided receipt rule set does not exist.

See Also:
  • Constructor Details

    • RuleSetDoesNotExistException

      public RuleSetDoesNotExistException(String message)
      Constructs a new RuleSetDoesNotExistException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details

    • setName

      public void setName(String name)
      Parameters:
      name -
    • getName

      public String getName()
      Returns:
    • withName

      public RuleSetDoesNotExistException withName(String name)
      Parameters:
      name -
      Returns:
      Returns a reference to this object so that method calls can be chained together.