Uses of Class
org.infinispan.commons.CacheException
-
Packages that use CacheException Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.commons Commons packageorg.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 concurrencyorg.infinispan.manager Cache manager API.org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.partitionhandling org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore
.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.transaction JTA transaction support. -
-
Uses of CacheException in org.infinispan
Subclasses of CacheException in org.infinispan Modifier and Type Class Description class
IllegalLifecycleStateException
Deprecated.since 10.1 please useIllegalLifecycleStateException
insteadclass
InvalidCacheUsageException
Thrown when client makes cache usage errors. -
Uses of CacheException in org.infinispan.commons
Subclasses of CacheException in org.infinispan.commons Modifier and Type Class Description class
CacheConfigurationException
An exception that represents an error in the configuration.class
CacheListenerException
Wraps exceptions produced by listener implementations.class
IllegalLifecycleStateException
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.marshall Modifier and Type Class Description class
MarshallingException
An exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.class
NotSerializableException
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 Modifier and Type Method Description static CacheException
Util. 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 class
CacheBackpressureFullException
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.manager Modifier and Type Class Description class
EmbeddedCacheManagerStartupException
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.notifications Modifier and Type Class Description class
IncorrectListenerException
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.partitionhandling Modifier and Type Class Description class
AvailabilityException
Thrown when a partition happened and the key that an operation tries to access is not available. -
Uses of CacheException in org.infinispan.persistence.jpa
Subclasses of CacheException in org.infinispan.persistence.jpa Modifier and Type Class Description class
JpaStoreException
-
Uses of CacheException in org.infinispan.persistence.spi
Subclasses of CacheException in org.infinispan.persistence.spi Modifier and Type Class Description class
PersistenceException
An exception thrown by aCacheLoader
or aCacheWriter
implementation if there are problems reading from a loader.class
StoreUnavailableException
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 Modifier and Type Class Description class
WriteSkewException
Thrown when a write skew is detected
-