Package de.hybris.platform.jalo
Class Item.JaloCachedComputationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jalo.JaloSystemException
de.hybris.platform.jalo.Item.JaloCachedComputationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Item
Thrown by
Item.CachedGetter.get(SessionContext) and Item.CachedSetter.set(SessionContext) whenever
the executed code throws an exception. The original exception can be retrieved by
Throwable.getCause().- See Also:
-
Constructor Summary
Constructors -
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
-
JaloCachedComputationException
-