Library:JBoss Cache
Version:1.3.0.sp2
Compatibility:JDK 1.4
Exceptions in library JBoss Cache.
NamePackageDescription
CacheExceptionorg.jboss.cacheCacheException, mother of all cache exceptions
ConfigureExceptionorg.jboss.cacheNo description provided.
DeadlockExceptionorg.jboss.cache.lockUsed when a lock acquisition would cause a deadlock.
EvictionExceptionorg.jboss.cache.evictionNo description provided.
LockingExceptionorg.jboss.cache.lockUsed for all locking-related exceptions, e.g.
MarshallingExceptionorg.jboss.cache.marshallThrown when there is an exception in marshalling.
NodeNotExistsExceptionorg.jboss.cacheThrown when an operation is attempted on a non-existing node in the cache
NoHandlerForRPCExceptionorg.jboss.cache.rpcException returned when _dispatchRpcCall(String, MethodCall) is passed a call for an unregistered handler.
OwnerNotExistedExceptionorg.jboss.cache.lockNo description provided.
RegionNameConflictExceptionorg.jboss.cache.marshallRegion name conflicts with pre-existing regions.
RegionNameConflictExceptionorg.jboss.cache.evictionRegion name conflicts with pre-existing regions.
RegionNotEmptyExceptionorg.jboss.cacheThrown when an attempt is made to activate a subtree roote in Fqn that already has an existing node in the cache.
RegionNotFoundExceptionorg.jboss.cache.marshallRegion name not found.
ReplicationExceptionorg.jboss.cacheThrown when a replication problem occurred
SuspectExceptionorg.jboss.cacheThrown when a member is suspected during remote method invocation
TimeoutExceptionorg.jboss.cache.lockThrown when a timeout occurred.
UpgradeExceptionorg.jboss.cache.lockUsed when a read-lock cannot be upgraded to a write-lock
Search