Package google.registry.flows.domain
Class DomainFlowUtils.FeesMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.ParameterValueRangeErrorException
google.registry.flows.domain.DomainFlowUtils.FeesMismatchException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DomainFlowUtils
public static class DomainFlowUtils.FeesMismatchException
extends EppException.ParameterValueRangeErrorException
The fees passed in the transform command do not match the fees that will be charged.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.flows.EppException
EppException.AssociationProhibitsOperationException, EppException.AuthenticationErrorClosingConnectionException, EppException.AuthenticationErrorException, EppException.AuthorizationErrorException, EppException.CommandUseErrorException, EppException.EppResultCode, 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
-
Constructor Summary
ConstructorDescriptionFeesMismatchException
(BaseFee.FeeType type, org.joda.money.Money correctFee) FeesMismatchException
(org.joda.money.Money correctFee) -
Method Summary
Methods inherited from class google.registry.flows.EppException
getResult
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeesMismatchException
public FeesMismatchException() -
FeesMismatchException
public FeesMismatchException(org.joda.money.Money correctFee) -
FeesMismatchException
-
FeesMismatchException
-