Class 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
    • Method Detail

      • propagateException

        public RuntimeException propagateException​(org.cache2k.io.LoadExceptionInfo<K,​V> loadExceptionInfo)
        Specified by:
        propagateException in interface org.cache2k.io.ExceptionPropagator<K,​V>