com.ibm.commerce.giftcenter.rules.validation.exception

Class GiftListRuleValidationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class GiftListRuleValidationException
    extends GiftCenterApplicationException
    The exception class used by the classes inside the gift list rule validation framework.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GiftListRuleValidationException

        public GiftListRuleValidationException(java.lang.String messageKey,
                                               java.lang.Object[] params,
                                               java.lang.String className,
                                               java.lang.String methodName)
        Creates a new gift list rule validation exception
        Parameters:
        messageKey - The message key
        params - The parameter list that will be used in the message
        className - The class name from which the exception occurred
        methodName - The method name from which the exception occurred