Class EppException.ParameterValuePolicyErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.ParameterValuePolicyErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DomainFlowUtils.FeeDescriptionMultipleMatchesException, DomainFlowUtils.FeeDescriptionParseException, InvalidTransferPeriodValueException, ResourceFlowUtils.AddRemoveSameValueException, TooManyResourceChecksException, TransferPeriodMustBeOneYearException
Enclosing class:
EppException

@EppResultCode(PARAMETER_VALUE_POLICY_ERROR) public abstract static class EppException.ParameterValuePolicyErrorException extends EppException
Abstract exception class. Do not throw this directly or catch in tests.
See Also:
  • Constructor Details

    • ParameterValuePolicyErrorException

      public ParameterValuePolicyErrorException(String message)