Package org.cache2k.core
Class StandardExceptionPropagator
- java.lang.Object
-
- org.cache2k.core.StandardExceptionPropagator
-
- All Implemented Interfaces:
org.cache2k.Customization,org.cache2k.DataAware,org.cache2k.DataAwareCustomization,org.cache2k.io.ExceptionPropagator
public final class StandardExceptionPropagator extends Object implements org.cache2k.io.ExceptionPropagator
Standard behavior of the exception propagator.- Author:
- Jens Wilke
-
-
Constructor Summary
Constructors Constructor Description StandardExceptionPropagator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptionpropagateException(org.cache2k.io.LoadExceptionInfo loadExceptionInfo)
-
-
-
Method Detail
-
propagateException
public RuntimeException propagateException(org.cache2k.io.LoadExceptionInfo loadExceptionInfo)
- Specified by:
propagateExceptionin interfaceorg.cache2k.io.ExceptionPropagator
-
-