Package de.hybris.platform.jalo.order
Class JaloNotYetCalculatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jalo.JaloSystemException
de.hybris.platform.jalo.order.JaloNotYetCalculatedException
- All Implemented Interfaces:
Serializable
Thrown if a method a price field was not yet calculated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloNotYetCalculatedException(Exception exception, String message, int vendorCode) Constructor JaloNotYetCalculatedException -
Method Summary
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JaloNotYetCalculatedException
Constructor JaloNotYetCalculatedException- Parameters:
exception-message-vendorCode-
-