Class ShippingRuleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
exceptions.ShippingRuleException
All Implemented Interfaces:
Serializable

public class ShippingRuleException extends Exception
This exception is thrown when the shipping rules file could not be found, opened, or parsed correctly.
See Also:
  • Constructor Details

    • ShippingRuleException

      public ShippingRuleException(String message, Throwable cause)