Uses of Class
org.infinispan.commons.CacheException
- 
Packages that use CacheException Package Description org.infinispan.client.hotrod.logging org.infinispan.commons Commons packageorg.infinispan.commons.dataconversion org.infinispan.commons.logging org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classes - 
- 
Uses of CacheException in org.infinispan.client.hotrod.logging
Methods in org.infinispan.client.hotrod.logging that return CacheException Modifier and Type Method Description CacheExceptionLog_$logger. classNotInWhitelist(String className)CacheExceptionLog. classNotInWhitelist(String className) - 
Uses of CacheException in org.infinispan.commons
Subclasses of CacheException in org.infinispan.commons Modifier and Type Class Description classCacheConfigurationExceptionAn exception that represents an error in the configuration.classCacheListenerExceptionWraps exceptions produced by listener implementations. - 
Uses of CacheException in org.infinispan.commons.dataconversion
Subclasses of CacheException in org.infinispan.commons.dataconversion Modifier and Type Class Description classEncodingException - 
Uses of CacheException in org.infinispan.commons.logging
Methods in org.infinispan.commons.logging that return CacheException Modifier and Type Method Description CacheExceptionLog_$logger. classNotInWhitelist(String className)CacheExceptionLog. classNotInWhitelist(String className) - 
Uses of CacheException in org.infinispan.commons.marshall
Subclasses of CacheException in org.infinispan.commons.marshall Modifier and Type Class Description classNotSerializableExceptionAn exception that hides inner stacktrace lines for non serializable exceptions. - 
Uses of CacheException in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return CacheException Modifier and Type Method Description static CacheExceptionUtil. rewrapAsCacheException(Throwable t) 
 -