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.infinispanSubclasses of CacheException in org.infinispanModifier and TypeClassDescriptionclassThrown when client makes cache usage errors.
- 
Uses of CacheException in org.infinispan.batchMethods in org.infinispan.batch that throw CacheExceptionModifier and TypeMethodDescriptionbooleanBatchContainer.startBatch()Starts a batchbooleanBatchContainer.startBatch(boolean autoBatch) 
- 
Uses of CacheException in org.infinispan.commonsSubclasses of CacheException in org.infinispan.commonsModifier and TypeClassDescriptionclassAn exception that represents an error in the configuration.classWraps exceptions produced by listener implementations.classThis 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.classThis exception is thrown when the cache or cache manager does not have the right lifecycle state for operations to be called on it.classThrown when a timeout occurred.
- 
Uses of CacheException in org.infinispan.commons.dataconversionSubclasses of CacheException in org.infinispan.commons.dataconversion
- 
Uses of CacheException in org.infinispan.commons.marshallSubclasses of CacheException in org.infinispan.commons.marshallModifier and TypeClassDescriptionclassAn exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.classAn exception that hides inner stacktrace lines for non serializable exceptions.
- 
Uses of CacheException in org.infinispan.commons.utilMethods in org.infinispan.commons.util that return CacheException
- 
Uses of CacheException in org.infinispan.commons.util.concurrentSubclasses of CacheException in org.infinispan.commons.util.concurrentModifier and TypeClassDescriptionclassACacheExceptionthat is thrown when the backpressure has been filled an unable to process the request.
- 
Uses of CacheException in org.infinispan.jmxSubclasses of CacheException in org.infinispan.jmx
- 
Uses of CacheException in org.infinispan.managerSubclasses of CacheException in org.infinispan.managerModifier and TypeClassDescriptionclassAn exception to encapsulate an error when starting up a cache manager
- 
Uses of CacheException in org.infinispan.notificationsSubclasses of CacheException in org.infinispan.notificationsModifier and TypeClassDescriptionclassThrown when an incorrectly annotated class is added as a cache listener using theListenable.addListener(Object)API.
- 
Uses of CacheException in org.infinispan.partitionhandlingSubclasses of CacheException in org.infinispan.partitionhandlingModifier and TypeClassDescriptionclassThrown when a partition happened and the key that an operation tries to access is not available.
- 
Uses of CacheException in org.infinispan.persistence.keymappersSubclasses of CacheException in org.infinispan.persistence.keymappersModifier and TypeClassDescriptionclassException 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.loggingMethods in org.infinispan.persistence.remote.logging that return CacheException
- 
Uses of CacheException in org.infinispan.persistence.remote.upgradeMethods in org.infinispan.persistence.remote.upgrade that throw CacheExceptionModifier and TypeMethodDescriptionvoidHotRodTargetMigrator.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.spiSubclasses of CacheException in org.infinispan.persistence.spiModifier and TypeClassDescriptionclassAn exception thrown by aCacheLoaderor aCacheWriterimplementation if there are problems reading from a loader.classAn exception thrown by thePersistenceManagerif one or more stores are unavailable when a cache operation is attempted.
- 
Uses of CacheException in org.infinispan.query.loggingMethods in org.infinispan.query.logging that return CacheExceptionModifier and TypeMethodDescriptionLog.noTransformerForKey(String keyClassName) Log.noTypeIsIndexed(String ickle) Log.searchMappingUnavailable()Log.unableToResumeSuspendedTx(jakarta.transaction.Transaction transaction, Throwable cause) Log.unableToSuspendTx(Throwable cause) 
- 
Uses of CacheException in org.infinispan.remotingSubclasses of CacheException in org.infinispan.remotingModifier and TypeClassDescriptionclassSignals a backup site was unreachable.classRepresents an application-level exception originating in a remote node.classThrown when an RPC problem occurred on the caller.
- 
Uses of CacheException in org.infinispan.remoting.transportMethods in org.infinispan.remoting.transport that return CacheExceptionModifier and TypeMethodDescriptionstatic CacheExceptionResponseCollectors.wrapRemoteException(Address sender, Throwable exception) 
- 
Uses of CacheException in org.infinispan.remoting.transport.jgroupsSubclasses of CacheException in org.infinispan.remoting.transport.jgroupsModifier and TypeClassDescriptionclassThrown when a member is suspected during remote method invocation
- 
Uses of CacheException in org.infinispan.rest.cachemanager.exceptionsSubclasses of CacheException in org.infinispan.rest.cachemanager.exceptions
- 
Uses of CacheException in org.infinispan.scripting.loggingMethods 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.backupMethods in org.infinispan.server.core.backup that throw CacheExceptionModifier and TypeMethodDescriptionvoidContainerResource.prepareAndValidateBackup()A method to ensure that the resources requested in theBackupManager.Resourcesare valid and can be included in a backup.
- 
Uses of CacheException in org.infinispan.server.core.loggingMethods 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.topologySubclasses of CacheException in org.infinispan.topologyModifier and TypeClassDescriptionclassThrown when a cache fails to join a clusterclassThrown when members are missing after a cluster shutdown.
- 
Uses of CacheException in org.infinispan.transactionSubclasses of CacheException in org.infinispan.transaction
- 
Uses of CacheException in org.infinispan.transaction.xaSubclasses of CacheException in org.infinispan.transaction.xaModifier and TypeClassDescriptionclassThrown if an operation is to be performed on an invalid transaction context.
- 
Uses of CacheException in org.infinispan.upgradeMethods in org.infinispan.upgrade that throw CacheExceptionModifier and TypeMethodDescriptionvoidTargetMigrator.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.locksSubclasses of CacheException in org.infinispan.util.concurrent.locksModifier and TypeClassDescriptionclassException signaling detected deadlocks.classThe exception is thrown if a locks is released while waiting for it to be acquired.
- 
Uses of CacheException in org.infinispan.xsite.iracSubclasses of CacheException in org.infinispan.xsite.iracModifier and TypeClassDescriptionclassFor optimistic transactions, it signals the update from the remote site is not valid (old version or conflict resolution rejected it).