Class Exceptions

java.lang.Object
org.infinispan.jcache.Exceptions

public class Exceptions extends Object
Exception laundering utility class.
Since:
6.0
Author:
Galder ZamarreƱo
  • Method Details

    • launderCacheLoaderException

      public static RuntimeException launderCacheLoaderException(Exception e)
    • launderCacheWriterException

      public static RuntimeException launderCacheWriterException(Exception e)
    • launderEntryProcessorException

      public static RuntimeException launderEntryProcessorException(Exception e)
    • launderCacheListenerException

      public static RuntimeException launderCacheListenerException(org.infinispan.commons.CacheListenerException e)
    • launderException

      public static javax.cache.CacheException launderException(org.infinispan.commons.CacheException e)
    • launderException

      public static javax.cache.CacheException launderException(CompletionException e)