Uses of Class
org.infinispan.commons.CacheException
-
Packages that use CacheException Package Description 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 classesorg.infinispan.commons.util.concurrent Provides commons interfaces and classes related to concurrency -
-
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.classIllegalLifecycleStateExceptionThis exception is thrown when the cache or cache manager does not have the right lifecycle state for operations to be called on it. -
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. classNotInAllowList(String className)CacheExceptionLog. classNotInAllowList(String className) -
Uses of CacheException in org.infinispan.commons.marshall
Subclasses of CacheException in org.infinispan.commons.marshall Modifier and Type Class Description classMarshallingExceptionAn exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.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) -
Uses of CacheException in org.infinispan.commons.util.concurrent
Subclasses of CacheException in org.infinispan.commons.util.concurrent Modifier and Type Class Description classCacheBackpressureFullExceptionACacheExceptionthat is thrown when the backpressure has been filled an unable to process the request.
-