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

public abstract class EppException extends Exception
Exception used to propagate all failures containing one or more EPP responses.
See Also:
  • Method Details

    • getResult

      public Result getResult()