java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.core.pricing.service.exception.TaxException
All Implemented Interfaces:
Serializable

public class TaxException extends Exception
Author:
jfischer
See Also:
  • Constructor Details

    • TaxException

      public TaxException()
    • TaxException

      public TaxException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • TaxException

      public TaxException(String message)
      Parameters:
      message -
    • TaxException

      public TaxException(Throwable cause)
      Parameters:
      cause -