Package org.infinispan.jcache
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeException
launderCacheListenerException(org.infinispan.commons.CacheListenerException e)
static RuntimeException
launderCacheLoaderException(Exception e)
static RuntimeException
launderCacheWriterException(Exception e)
static RuntimeException
launderEntryProcessorException(Exception e)
static javax.cache.CacheException
launderException(CompletionException e)
static javax.cache.CacheException
launderException(org.infinispan.commons.CacheException e)
-
-
-
Method Detail
-
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)
-
-