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.batch Support for batching calls using theBatchingCache.startBatch()andBatchingCache.endBatch(boolean)API.org.infinispan.commons Commons packageorg.infinispan.commons.dataconversion 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.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.manager Cache manager API.org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener.cluster org.infinispan.partitionhandling org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore.org.infinispan.persistence.keymappers org.infinispan.persistence.remote.upgrade org.infinispan.persistence.rest.upgrade org.infinispan.persistence.spi The Persistence SPI.org.infinispan.remoting Remote communication between cache instances.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.rest.cachemanager.exceptions org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.topology org.infinispan.transaction JTA transaction support.org.infinispan.transaction.xa XA transaction support.org.infinispan.upgrade org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities.org.infinispan.xsite -
-
Uses of CacheException in org.infinispan
Subclasses of CacheException in org.infinispan Modifier and Type Class Description classIllegalLifecycleStateExceptionThis exception is thrown when the cache or cache manager does not have the right lifecycle state for operations to be called on it.classInvalidCacheUsageExceptionThrown when client makes cache usage errors. -
Uses of CacheException in org.infinispan.batch
Methods in org.infinispan.batch that throw CacheException Modifier and Type Method Description booleanBatchContainer. startBatch()Starts a batchbooleanBatchContainer. startBatch(boolean autoBatch) -
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. -
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.marshall
Subclasses of CacheException in org.infinispan.commons.marshall Modifier and Type Class Description 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.interceptors.distribution
Subclasses of CacheException in org.infinispan.interceptors.distribution Modifier and Type Class Description classConcurrentChangeExceptionThrown when the version of entry has changed between loading the entry to the context and committing new value. -
Uses of CacheException in org.infinispan.jmx
Subclasses of CacheException in org.infinispan.jmx Modifier and Type Class Description classJmxDomainConflictExceptionMethods in org.infinispan.jmx that throw CacheException Modifier and Type Method Description voidComponentsJmxRegistration. registerMBeans(Collection<ResourceDMBean> resourceDMBeans)Performs the MBean registration.voidComponentsJmxRegistration. unregisterMBeans(Collection<ResourceDMBean> resourceDMBeans)Unregisters all the MBeans registered throughComponentsJmxRegistration.registerMBeans(Collection). -
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.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster that throw CacheException Modifier and Type Method Description voidClusterEventManager. sendEvents()Sends all previously added events on this thread -
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.keymappers
Subclasses of CacheException in org.infinispan.persistence.keymappers Modifier and Type Class Description classUnsupportedKeyTypeExceptionException thrown by certain cache stores when one tries to persist an entry with an unsupported key type. -
Uses of CacheException in org.infinispan.persistence.remote.upgrade
Methods in org.infinispan.persistence.remote.upgrade that throw CacheException Modifier and Type Method Description voidHotRodTargetMigrator. disconnectSource(Cache<Object,Object> cache)longHotRodTargetMigrator. synchronizeData(Cache<Object,Object> cache)longHotRodTargetMigrator. synchronizeData(Cache<Object,Object> cache, int readBatch, int threads) -
Uses of CacheException in org.infinispan.persistence.rest.upgrade
Methods in org.infinispan.persistence.rest.upgrade that throw CacheException Modifier and Type Method Description voidRestTargetMigrator. disconnectSource(Cache<Object,Object> cache)Deprecated.longRestTargetMigrator. synchronizeData(Cache<Object,Object> cache)Deprecated.longRestTargetMigrator. synchronizeData(Cache<Object,Object> cache, int readBatch, int threads)Deprecated. -
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.remoting
Subclasses of CacheException in org.infinispan.remoting Modifier and Type Class Description classCacheUnreachableExceptionSignals a backup site was unreachable.classRemoteExceptionRepresents an application-level exception originating in a remote node.classRpcExceptionThrown when an RPC problem occurred on the caller. -
Uses of CacheException in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that return CacheException Modifier and Type Method Description static CacheExceptionResponseCollectors. wrapRemoteException(Address sender, Throwable exception) -
Uses of CacheException in org.infinispan.remoting.transport.jgroups
Subclasses of CacheException in org.infinispan.remoting.transport.jgroups Modifier and Type Class Description classSuspectExceptionThrown when a member is suspected during remote method invocation -
Uses of CacheException in org.infinispan.rest.cachemanager.exceptions
Subclasses of CacheException in org.infinispan.rest.cachemanager.exceptions Modifier and Type Class Description classCacheNotFoundExceptionclassCacheUnavailableException -
Uses of CacheException in org.infinispan.statetransfer
Subclasses of CacheException in org.infinispan.statetransfer Modifier and Type Class Description classAllOwnersLostExceptionSignals that all owners of a key have been lost.classOutdatedTopologyExceptionAn exception signalling that a command should be retried because a newer topology was seen during execution. -
Uses of CacheException in org.infinispan.topology
Subclasses of CacheException in org.infinispan.topology Modifier and Type Class Description classCacheJoinExceptionThrown when a cache fails to join a cluster -
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 -
Uses of CacheException in org.infinispan.transaction.xa
Subclasses of CacheException in org.infinispan.transaction.xa Modifier and Type Class Description classInvalidTransactionExceptionThrown if an operation is to be performed on an invalid transaction context. -
Uses of CacheException in org.infinispan.upgrade
Methods in org.infinispan.upgrade that throw CacheException Modifier and Type Method Description voidTargetMigrator. disconnectSource(Cache<Object,Object> cache)Disconnects the target from the source.longTargetMigrator. synchronizeData(Cache<Object,Object> cache)Performs the synchronization of data between source and targetlongTargetMigrator. synchronizeData(Cache<Object,Object> cache, int readBatch, int threads)Performs the synchronization of data between source and target -
Uses of CacheException in org.infinispan.util.concurrent
Subclasses of CacheException in org.infinispan.util.concurrent Modifier and Type Class Description classTimeoutExceptionThrown when a timeout occurred. -
Uses of CacheException in org.infinispan.util.concurrent.locks
Subclasses of CacheException in org.infinispan.util.concurrent.locks Modifier and Type Class Description classDeadlockDetectedExceptionException signaling detected deadlocks. -
Uses of CacheException in org.infinispan.xsite
Subclasses of CacheException in org.infinispan.xsite Modifier and Type Class Description classBackupFailureExceptionException to be used to signal failures to backup to remote sites.
-