| Name | Package | Description |
| CacheException | org.jboss.cache | CacheException, mother of all cache exceptions |
| ConfigureException | org.jboss.cache | No description provided. |
| DeadlockException | org.jboss.cache.lock | Used when a lock acquisition would cause a deadlock. |
| EvictionException | org.jboss.cache.eviction | No description provided. |
| LockingException | org.jboss.cache.lock | Used for all locking-related exceptions, e.g. |
| MarshallingException | org.jboss.cache.marshall | Thrown when there is an exception in marshalling. |
| NodeNotExistsException | org.jboss.cache | Thrown when an operation is attempted on a non-existing node in the cache |
| NoHandlerForRPCException | org.jboss.cache.rpc | Exception returned when
_dispatchRpcCall(String, MethodCall)
is passed a call for an unregistered handler. |
| OwnerNotExistedException | org.jboss.cache.lock | No description provided. |
| RegionNameConflictException | org.jboss.cache.marshall | Region name conflicts with pre-existing regions. |
| RegionNameConflictException | org.jboss.cache.eviction | Region name conflicts with pre-existing regions. |
| RegionNotEmptyException | org.jboss.cache | Thrown when an attempt is made to
activate a subtree
roote in Fqn that already has an existing node in the cache. |
| RegionNotFoundException | org.jboss.cache.marshall | Region name not found. |
| ReplicationException | org.jboss.cache | Thrown when a replication problem occurred |
| SuspectException | org.jboss.cache | Thrown when a member is suspected during remote method invocation |
| TimeoutException | org.jboss.cache.lock | Thrown when a timeout occurred. |
| UpgradeException | org.jboss.cache.lock | Used when a read-lock cannot be upgraded to a write-lock |