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.engine.behavior Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
 

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.
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.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
 

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



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.