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:
Serializable
- Direct Known Subclasses:
JaloRowConsistencyCheckException
A general exception used by pricefactory extensions if an (expected) error occurs during price calculation or
requesting price informations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloPriceFactoryException(String message, int vendorCode) Constructor JaloPriceFactoryExceptionJaloPriceFactoryException(Throwable nested, int aVendorCode) -
Method Summary
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JaloPriceFactoryException
- Parameters:
nested-aVendorCode-
-
JaloPriceFactoryException
Constructor JaloPriceFactoryException- Parameters:
message-vendorCode-
-