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:
java.io.Serializable
- Enclosing class:
- Item
public static class Item.JaloCachedComputationException extends JaloSystemException
Thrown byItem.CachedGetter.get(SessionContext)
andItem.CachedSetter.set(SessionContext)
whenever the executed code throws an exception. The original exception can be retrieved byThrowable.getCause()
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JaloCachedComputationException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-