Uses of Package
org.apache.jcs.access.exception

Packages that use org.apache.jcs.access.exception
org.apache.jcs Contains the class JCS which provides a simple interface for clients to use JCS. 
org.apache.jcs.access Contains classes for accessing the cache. 
org.apache.jcs.access.behavior   
org.apache.jcs.access.exception   
org.apache.jcs.auxiliary.remote.http.server   
org.apache.jcs.engine.behavior Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
org.apache.jcs.utils.props   
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs
CacheException
          This is the most general exception the cache throws.
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs.access
CacheException
          This is the most general exception the cache throws.
ConfigurationException
          Thrown if there is some severe configuration problem that makes the cache nonfunctional.
InvalidHandleException
          InvalidHandleException is not used.
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs.access.behavior
CacheException
          This is the most general exception the cache throws.
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs.access.exception
CacheException
          This is the most general exception the cache throws.
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs.auxiliary.remote.http.server
CacheException
          This is the most general exception the cache throws.
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs.engine.behavior
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.
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs.engine.control
CacheException
          This is the most general exception the cache throws.
 

Classes in org.apache.jcs.access.exception used by org.apache.jcs.utils.props
ConfigurationException
          Thrown if there is some severe configuration problem that makes the cache nonfunctional.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.