Class EppException.ParameterValueRangeErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.ParameterValueRangeErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DomainFlowUtils.FeesMismatchException, DomainFlowUtils.InvalidIdnDomainLabelException, FlowUtils.IpAddressVersionMismatchException, FlowUtils.UnknownCurrencyEppException, ResourceFlowUtils.StatusNotClientSettableException
Enclosing class:
EppException

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

    • ParameterValueRangeErrorException

      public ParameterValueRangeErrorException(String message)