Package google.registry.flows
Class EppException.ObjectDoesNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- google.registry.flows.EppException
-
- google.registry.flows.EppException.ObjectDoesNotExistException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.flows.EppException
EppException.AssociationProhibitsOperationException, EppException.AuthenticationErrorClosingConnectionException, EppException.AuthenticationErrorException, EppException.AuthorizationErrorException, EppException.CommandUseErrorException, EppException.EppResultCode, EppException.InvalidAuthorizationInformationErrorException, EppException.ObjectAlreadyExistsException, EppException.ObjectDoesNotExistException, EppException.ObjectNotPendingTransferException, EppException.ObjectPendingTransferException, EppException.ParameterValuePolicyErrorException, EppException.ParameterValueRangeErrorException, EppException.ParameterValueSyntaxErrorException, EppException.RequiredParameterMissingException, EppException.StatusProhibitsOperationException, EppException.SyntaxErrorException, EppException.UnimplementedCommandException, EppException.UnimplementedExtensionException, EppException.UnimplementedObjectServiceException, EppException.UnimplementedOptionException, EppException.UnimplementedProtocolVersionException
-
-
Constructor Summary
Constructors Constructor Description ObjectDoesNotExistException(java.lang.Class<?> type, com.google.common.collect.ImmutableSet<java.lang.String> ids)
ObjectDoesNotExistException(java.lang.Class<?> type, java.lang.String id)
-
Method Summary
-
Methods inherited from class google.registry.flows.EppException
getResult
-
-