Package org.cache2k.core
Class DefaultExceptionPropagator<K,V>
- java.lang.Object
-
- org.cache2k.core.DefaultExceptionPropagator<K,V>
-
- All Implemented Interfaces:
org.cache2k.Customization,org.cache2k.DataAware<K,V>,org.cache2k.DataAwareCustomization<K,V>,org.cache2k.io.ExceptionPropagator<K,V>
public final class DefaultExceptionPropagator<K,V> extends Object implements org.cache2k.io.ExceptionPropagator<K,V>
Standard behavior of the exception propagator.- Author:
- Jens Wilke
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultExceptionPropagator<Object,Object>SINGLETON
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptionpropagateException(org.cache2k.io.LoadExceptionInfo<K,V> loadExceptionInfo)
-
-
-
Field Detail
-
SINGLETON
public static final DefaultExceptionPropagator<Object,Object> SINGLETON
-
-
Method Detail
-
propagateException
public RuntimeException propagateException(org.cache2k.io.LoadExceptionInfo<K,V> loadExceptionInfo)
-
-