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.
Support for batching calls using the
BatchingCache.startBatch()
and BatchingCache.endBatch(boolean)
API.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
Helpers that allow easy exposure of attributes and operations via JMX.
Cache manager API.
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
The Persistence SPI.
Remote communication between cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
JTA transaction support.
XA transaction support.
Lock and synchronization related classes, tools and utilities.
-
Uses of CacheException in org.infinispan
Subclasses of CacheException in org.infinispanModifier and TypeClassDescriptionclass
Thrown when client makes cache usage errors. -
Uses of CacheException in org.infinispan.batch
Methods in org.infinispan.batch that throw CacheExceptionModifier and TypeMethodDescriptionboolean
BatchContainer.startBatch()
Starts a batchboolean
BatchContainer.startBatch
(boolean autoBatch) -
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 cross-site operations to be called on it.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.class
Thrown when a timeout occurred. -
Uses of CacheException in org.infinispan.commons.dataconversion
Subclasses of CacheException in org.infinispan.commons.dataconversion -
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.jmx
Subclasses of CacheException in org.infinispan.jmx -
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.keymappers
Subclasses of CacheException in org.infinispan.persistence.keymappersModifier and TypeClassDescriptionclass
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.logging
Methods in org.infinispan.persistence.remote.logging that return CacheException -
Uses of CacheException in org.infinispan.persistence.remote.upgrade
Methods in org.infinispan.persistence.remote.upgrade that throw CacheExceptionModifier and TypeMethodDescriptionvoid
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.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.remoting
Subclasses of CacheException in org.infinispan.remotingModifier and TypeClassDescriptionclass
Signals a backup site was unreachable.class
Represents an application-level exception originating in a remote node.class
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 CacheExceptionModifier and TypeMethodDescriptionstatic CacheException
ResponseCollectors.wrapRemoteException
(Address sender, Throwable exception) -
Uses of CacheException in org.infinispan.remoting.transport.jgroups
Subclasses of CacheException in org.infinispan.remoting.transport.jgroupsModifier and TypeClassDescriptionclass
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 -
Uses of CacheException in org.infinispan.scripting.logging
Methods in org.infinispan.scripting.logging that return CacheExceptionModifier and TypeMethodDescriptionLog.noNamedScript
(String name) Log.scriptCompilationException
(Throwable t, String name) Log.scriptExecutionError
(Throwable t) Log.unknownScriptProperty
(String value) -
Uses of CacheException in org.infinispan.server.core.backup
Methods in org.infinispan.server.core.backup that throw CacheExceptionModifier and TypeMethodDescriptionvoid
ContainerResource.prepareAndValidateBackup()
A method to ensure that the resources requested in theBackupManager.Resources
are valid and can be included in a backup. -
Uses of CacheException in org.infinispan.server.core.logging
Methods in org.infinispan.server.core.logging that return CacheExceptionModifier and TypeMethodDescriptionLog.backupAlreadyExists
(String name) Log.backupInProgress()
Log.errorCreatingBackup
(Throwable cause) Log.errorDeserializing
(String className) Log.errorRestoringBackup
(Path path, Throwable cause) Log.restoreAlreadyExists
(String name) Log.restoreInProgress()
Log.unableToFindBackupResource
(String resource, Set<String> resourceNames) Log.unableToFindResource
(String resource, String resourceName) Log.unableToReadBackup
(Path backup, IOException e) -
Uses of CacheException in org.infinispan.topology
Subclasses of CacheException in org.infinispan.topologyModifier and TypeClassDescriptionclass
Thrown when a cache fails to join a clusterclass
Thrown when members are missing after a cluster shutdown. -
Uses of CacheException in org.infinispan.transaction
Subclasses of CacheException in org.infinispan.transaction -
Uses of CacheException in org.infinispan.transaction.xa
Subclasses of CacheException in org.infinispan.transaction.xaModifier and TypeClassDescriptionclass
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 CacheExceptionModifier and TypeMethodDescriptionvoid
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.locks
Subclasses of CacheException in org.infinispan.util.concurrent.locksModifier and TypeClassDescriptionclass
Exception signaling detected deadlocks.class
The exception is thrown if a locks is released while waiting for it to be acquired. -
Uses of CacheException in org.infinispan.xsite.irac
Subclasses of CacheException in org.infinispan.xsite.iracModifier and TypeClassDescriptionclass
For optimistic transactions, it signals the update from the remote site is not valid (old version or conflict resolution rejected it).