Class EppException.ObjectDoesNotExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.ObjectDoesNotExistException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PollAckFlow.MessageDoesNotExistException, ResourceFlowUtils.ResourceDoesNotExistException
Enclosing class:
EppException

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

    • ObjectDoesNotExistException

      public ObjectDoesNotExistException(Class<?> type, String id)
    • ObjectDoesNotExistException

      public ObjectDoesNotExistException(Class<?> type, com.google.common.collect.ImmutableSet<String> ids)