| Exception | Description |
|---|---|
| CacheException |
This is the most general exception the cache throws.
|
| ConfigurationException |
Thrown if there is some severe configuration problem that makes the cache nonfunctional.
|
| InvalidArgumentException |
InvalidArgumentException is thrown if an argument is passed to the cache that is invalid.
|
| InvalidGroupException |
InvalidGroupException
|
| InvalidHandleException |
InvalidHandleException is not used.
|
| ObjectExistsException |
The putSafe method on the JCS convenience class throws this exception if the object is already
present in the cache.
|
| ObjectNotFoundException |
ObjectNotFoundException
TODO see if we can remove this.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.