Class 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:
  • Constructor Details

    • FeesMismatchException

      public FeesMismatchException()
    • FeesMismatchException

      public FeesMismatchException(org.joda.money.Money correctFee)
    • FeesMismatchException

      public FeesMismatchException(BaseFee.FeeType type)
    • FeesMismatchException

      public FeesMismatchException(BaseFee.FeeType type, org.joda.money.Money correctFee)