Class EppException.StatusProhibitsOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.StatusProhibitsOperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AllocationTokenFlowUtils.AllocationTokenNotInPromotionException, DomainFlowUtils.NameserversNotAllowedForTldException, DomainFlowUtils.NameserversNotSpecifiedForTldWithNameserverAllowListException, DomainFlowUtils.RegistrantNotAllowedException, ResourceHasClientUpdateProhibitedException, ResourceStatusProhibitsOperationException, TransferPeriodZeroAndFeeTransferExtensionException
Enclosing class:
EppException

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

    • StatusProhibitsOperationException

      public StatusProhibitsOperationException(String message)