Class EppException.ObjectAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.ObjectAlreadyExistsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceAlreadyExistsForThisClientException, ResourceCreateContentionException
Enclosing class:
EppException

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

    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(String message)