Class EppException.UnimplementedCommandException

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

@EppResultCode(UNIMPLEMENTED_COMMAND) public static class EppException.UnimplementedCommandException extends EppException
Specified command is not implemented.
See Also:
  • Constructor Details

    • UnimplementedCommandException

      public UnimplementedCommandException(EppInput.InnerCommand command)
    • UnimplementedCommandException

      public UnimplementedCommandException(String message)