| Name | Description | Type | Package | Framework |
| CacheException | This is the most general exception the cache throws. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
| ConfigurationException | Thrown if there is some severe configuration problem that makes the cache nonfunctional. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
| InvalidArgumentException | InvalidArgumentException is thrown if an argument is passed to the cache that is invalid. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
| InvalidGroupException | InvalidGroupExceptionSee Also:Serialized Form | Class | org.apache.commons.jcs.access.exception | Apache Commons |
| InvalidHandleException | InvalidHandleException is not used. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
| ObjectExistsException | The putSafe method on the JCS convenience class throws this exception if the object is already present in the cache. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
| ObjectNotFoundException | ObjectNotFoundException TODO see if we can remove this. | Class | org.apache.commons.jcs.access.exception | Apache Commons |