Class EppException.RequiredParameterMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.RequiredParameterMissingException
All Implemented Interfaces:
Serializable
Enclosing class:
EppException

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

    • RequiredParameterMissingException

      public RequiredParameterMissingException(String message)