Class EppException.AssociationProhibitsOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.AssociationProhibitsOperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AllocationTokenFlowUtils.AllocationTokenNotValidForCommandException, AllocationTokenFlowUtils.AllocationTokenNotValidForDomainException, AllocationTokenFlowUtils.AllocationTokenNotValidForRegistrarException, AllocationTokenFlowUtils.AllocationTokenNotValidForTldException, AllocationTokenFlowUtils.AlreadyRedeemedAllocationTokenException, AllocationTokenFlowUtils.MissingRemoveBulkPricingTokenOnBulkPricingDomainException, AllocationTokenFlowUtils.RemoveBulkPricingTokenOnNonBulkPricingDomainException, ResourceToDeleteIsReferencedException
Enclosing class:
EppException

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

    • AssociationProhibitsOperationException

      public AssociationProhibitsOperationException(String message)