Class EppException.AuthorizationErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.AuthorizationErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AllocationTokenFlowUtils.InvalidAllocationTokenException, DomainFlowUtils.MissingBillingAccountMapException, DomainFlowUtils.NotAuthorizedForTldException, MissingTransferRequestAuthInfoException, NotAuthorizedToViewTransferException, NotTransferInitiatorException, OnlyToolCanPassMetadataException, ResourceFlowUtils.ResourceNotOwnedException, UnauthorizedForSuperuserExtensionException
Enclosing class:
EppException

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

    • AuthorizationErrorException

      public AuthorizationErrorException(String message)