Uses of Class
org.infinispan.commons.CacheException
Packages that use CacheException
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Commons package
Provides Infinispan-specific input and output streams, buffers and related utilities.
Commons package providing various utility classes
Provides commons interfaces and classes related to concurrency
Cache manager API.
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
The Persistence SPI.
JTA transaction support.
-
Uses of CacheException in org.infinispan
Subclasses of CacheException in org.infinispanModifier and TypeClassDescriptionclassDeprecated.classThrown when client makes cache usage errors. -
Uses of CacheException in org.infinispan.commons
Subclasses of CacheException in org.infinispan.commonsModifier and TypeClassDescriptionclassAn exception that represents an error in the configuration.classWraps exceptions produced by listener implementations.classThis 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.marshall
Subclasses of CacheException in org.infinispan.commons.marshallModifier and TypeClassDescriptionclassAn exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.classAn 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 -
Uses of CacheException in org.infinispan.commons.util.concurrent
Subclasses of CacheException in org.infinispan.commons.util.concurrentModifier and TypeClassDescriptionclassACacheExceptionthat is thrown when the backpressure has been filled an unable to process the request. -
Uses of CacheException in org.infinispan.manager
Subclasses of CacheException in org.infinispan.managerModifier and TypeClassDescriptionclassAn exception to encapsulate an error when starting up a cache manager -
Uses of CacheException in org.infinispan.notifications
Subclasses of CacheException in org.infinispan.notificationsModifier and TypeClassDescriptionclassThrown when an incorrectly annotated class is added as a cache listener using theListenable.addListener(Object)API. -
Uses of CacheException in org.infinispan.partitionhandling
Subclasses of CacheException in org.infinispan.partitionhandlingModifier and TypeClassDescriptionclassThrown when a partition happened and the key that an operation tries to access is not available. -
Uses of CacheException in org.infinispan.persistence.spi
Subclasses of CacheException in org.infinispan.persistence.spiModifier and TypeClassDescriptionclassAn exception thrown by aCacheLoaderor aCacheWriterimplementation if there are problems reading from a loader.classAn exception thrown by thePersistenceManagerif one or more stores are unavailable when a cache operation is attempted. -
Uses of CacheException in org.infinispan.transaction
Subclasses of CacheException in org.infinispan.transaction
IllegalLifecycleStateExceptioninstead