Class EppException.CommandUseErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.CommandUseErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DomainFlowUtils.BadCommandForRegistryPhaseException, DomainPricingLogic.AllocationTokenInvalidForPremiumNameException, ExtensionManager.UndeclaredServiceExtensionException, FlowUtils.NotLoggedInException, NoTransferHistoryToQueryException, ObjectAlreadySponsoredException
Enclosing class:
EppException

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

    • CommandUseErrorException

      public CommandUseErrorException(String message)