Class JaloPriceFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.jalo.JaloBusinessException
-
- de.hybris.platform.jalo.order.price.JaloPriceFactoryException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JaloRowConsistencyCheckException
public class JaloPriceFactoryException extends JaloBusinessException
A general exception used by pricefactory extensions if an (expected) error occurs during price calculation or requesting price informations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaloPriceFactoryException(java.lang.String message, int vendorCode)Constructor JaloPriceFactoryExceptionJaloPriceFactoryException(java.lang.Throwable nested, int aVendorCode)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-
-
-
Constructor Detail
-
JaloPriceFactoryException
public JaloPriceFactoryException(java.lang.Throwable nested, int aVendorCode)- Parameters:
nested-aVendorCode-
-
JaloPriceFactoryException
public JaloPriceFactoryException(java.lang.String message, int vendorCode)Constructor JaloPriceFactoryException- Parameters:
message-vendorCode-
-
-