Package google.registry.flows
Class EppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EppException.AssociationProhibitsOperationException
,EppException.AuthenticationErrorClosingConnectionException
,EppException.AuthenticationErrorException
,EppException.AuthorizationErrorException
,EppException.CommandUseErrorException
,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
Exception used to propagate all failures containing one or more EPP responses.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static @interface
Annotation for associating an EPP Result.Code value with an EppException subclass.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Abstract exception class.static class
Specified command is not implemented.static class
Specified extension is not implemented.static class
Specified object service is not implemented.static class
Abstract exception class.static class
Specified protocol version is not implemented. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getResult
-