Class EppException.UnimplementedOptionException

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

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

    • UnimplementedOptionException

      public UnimplementedOptionException(String message)