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 TypeClassDescriptionclass
Deprecated.class
Thrown when client makes cache usage errors. -
Uses of CacheException in org.infinispan.commons
Subclasses of CacheException in org.infinispan.commonsModifier and TypeClassDescriptionclass
An exception that represents an error in the configuration.class
Wraps exceptions produced by listener implementations.class
This 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 TypeClassDescriptionclass
An exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.class
An 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 TypeClassDescriptionclass
ACacheException
that 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
Thrown 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 TypeClassDescriptionclass
Thrown 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 TypeClassDescriptionclass
An exception thrown by aCacheLoader
or aCacheWriter
implementation if there are problems reading from a loader.class
An exception thrown by thePersistenceManager
if 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
IllegalLifecycleStateException
instead