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 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.class
InvalidCacheUsageException
Thrown 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 boolean
BatchContainer. startBatch()
Starts a batchboolean
BatchContainer. startBatch(boolean autoBatch)
-
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. -
Uses of CacheException in org.infinispan.commons.dataconversion
Subclasses of CacheException in org.infinispan.commons.dataconversion Modifier and Type Class Description class
EncodingException
-
Uses of CacheException in org.infinispan.commons.marshall
Subclasses of CacheException in org.infinispan.commons.marshall Modifier and Type Class Description 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.interceptors.distribution
Subclasses of CacheException in org.infinispan.interceptors.distribution Modifier and Type Class Description class
ConcurrentChangeException
Thrown 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 class
JmxDomainConflictException
Methods in org.infinispan.jmx that throw CacheException Modifier and Type Method Description void
ComponentsJmxRegistration. registerMBeans(Collection<ResourceDMBean> resourceDMBeans)
Performs the MBean registration.void
ComponentsJmxRegistration. 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 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.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster that throw CacheException Modifier and Type Method Description void
ClusterEventManager. 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 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.keymappers
Subclasses of CacheException in org.infinispan.persistence.keymappers Modifier and Type Class Description class
UnsupportedKeyTypeException
Exception 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 void
HotRodTargetMigrator. disconnectSource(Cache<Object,Object> cache)
long
HotRodTargetMigrator. synchronizeData(Cache<Object,Object> cache)
long
HotRodTargetMigrator. 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 void
RestTargetMigrator. disconnectSource(Cache<Object,Object> cache)
Deprecated.long
RestTargetMigrator. synchronizeData(Cache<Object,Object> cache)
Deprecated.long
RestTargetMigrator. 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 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.remoting
Subclasses of CacheException in org.infinispan.remoting Modifier and Type Class Description class
CacheUnreachableException
Signals a backup site was unreachable.class
RemoteException
Represents an application-level exception originating in a remote node.class
RpcException
Thrown 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 CacheException
ResponseCollectors. 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 class
SuspectException
Thrown 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 class
CacheNotFoundException
class
CacheUnavailableException
-
Uses of CacheException in org.infinispan.statetransfer
Subclasses of CacheException in org.infinispan.statetransfer Modifier and Type Class Description class
AllOwnersLostException
Signals that all owners of a key have been lost.class
OutdatedTopologyException
An 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 class
CacheJoinException
Thrown 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 class
WriteSkewException
Thrown 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 class
InvalidTransactionException
Thrown 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 void
TargetMigrator. disconnectSource(Cache<Object,Object> cache)
Disconnects the target from the source.long
TargetMigrator. synchronizeData(Cache<Object,Object> cache)
Performs the synchronization of data between source and targetlong
TargetMigrator. 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 class
TimeoutException
Thrown 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 class
DeadlockDetectedException
Exception signaling detected deadlocks. -
Uses of CacheException in org.infinispan.xsite
Subclasses of CacheException in org.infinispan.xsite Modifier and Type Class Description class
BackupFailureException
Exception to be used to signal failures to backup to remote sites.
-