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 classIllegalLifecycleStateExceptionDeprecated.since 10.1 please useIllegalLifecycleStateExceptioninsteadclassInvalidCacheUsageExceptionThrown 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 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.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. -
Uses of CacheException in org.infinispan.manager
Subclasses of CacheException in org.infinispan.manager Modifier and Type Class Description classEmbeddedCacheManagerStartupExceptionAn 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 classIncorrectListenerExceptionThrown 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 classAvailabilityExceptionThrown 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 classJpaStoreException -
Uses of CacheException in org.infinispan.persistence.spi
Subclasses of CacheException in org.infinispan.persistence.spi Modifier and Type Class Description classPersistenceExceptionAn exception thrown by aCacheLoaderor aCacheWriterimplementation if there are problems reading from a loader.classStoreUnavailableExceptionAn 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 Modifier and Type Class Description classWriteSkewExceptionThrown when a write skew is detected
-