Class Item.JaloCachedComputationException

All Implemented Interfaces:
Serializable
Enclosing class:
Item

public static class Item.JaloCachedComputationException extends JaloSystemException
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 Details

    • JaloCachedComputationException

      protected JaloCachedComputationException(Throwable cause)