Uses of Class
org.jboss.cache.CacheException

Packages that use CacheException
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands.write   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.loader.s3   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.notifications   
org.jboss.cache.optimistic   
 

Uses of CacheException in org.jboss.cache
 

Subclasses of CacheException in org.jboss.cache
 class NodeNotExistsException
          Thrown when an operation is attempted on a non-existing node in the cache
 class NodeNotValidException
          Thrown whenever operations are attempted on a node that is no longer valid.
 class RegionEmptyException
          Exception to represent a region being empty when state was expected in that region.
 class RegionNotEmptyException
          Thrown when an attempt is made to RegionManager.activate(Fqn) activate a subtree} root in Fqn that already has an existing node in the cache.
 class ReplicationException
          Thrown when a replication problem occurred
 class SuspectException
          Thrown when a member is suspected during remote method invocation
 

Methods in org.jboss.cache that throw CacheException
 void Cache.create()
          Lifecycle method that initializes configuration state, the root node, etc.
 void Cache.start()
          Lifecycle method that starts the cache loader, starts cache replication, starts the region manager, etc., and (if configured) warms the cache using a state transfer or cache loader preload.
 

Uses of CacheException in org.jboss.cache.buddyreplication
 

Subclasses of CacheException in org.jboss.cache.buddyreplication
 class BuddyNotInitException
          Exception to depict that a buddy has not been initialised to participate in any comms
 

Methods in org.jboss.cache.buddyreplication that throw CacheException
 void BuddyManager.init()
           
 

Uses of CacheException in org.jboss.cache.commands.write
 

Methods in org.jboss.cache.commands.write that throw CacheException
protected  void OptimisticInvalidateCommand.removeData(InvocationContext ctx)
           
 

Uses of CacheException in org.jboss.cache.config
 

Subclasses of CacheException in org.jboss.cache.config
 class ConfigurationException
          An exception that represents an error in the configuration.
 

Uses of CacheException in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors that throw CacheException
protected  GlobalTransaction OptimisticInterceptor.getGlobalTransaction(InvocationContext ctx)
           
protected  TransactionWorkspace OptimisticReplicationInterceptor.getTransactionWorkspace(InvocationContext ctx)
           
protected  TransactionWorkspace OptimisticInterceptor.getTransactionWorkspace(InvocationContext ctx)
           
 

Uses of CacheException in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that throw CacheException
 void CacheInvocationDelegate.clearData(String fqn)
          Removes the keys and properties from a node.
 void CacheInvocationDelegate.create()
           
 V CacheInvocationDelegate.remove(Fqn<?> fqn, K key)
           
 void CacheInvocationDelegate.start()
           
 

Uses of CacheException in org.jboss.cache.jmx
 

Methods in org.jboss.cache.jmx that throw CacheException
 void CacheJmxWrapperMBean.create()
           
 void CacheJmxWrapper.create()
           
protected  boolean CacheJmxWrapper.registerInterceptors()
           
 void CacheJmxWrapperMBean.start()
           
 void CacheJmxWrapper.start()
           
 

Uses of CacheException in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader that throw CacheException
 void CacheLoaderManager.preload(Fqn fqn, boolean preloadParents, boolean preloadChildren)
          Preloads a specific Fqn into the cache from the configured cacheloader
 void CacheLoaderManager.preloadCache()
          Performs a preload on the cache based on the cache loader preload configs used when configuring the cache.
 void CacheLoaderManager.setConfig(CacheLoaderConfig config, CacheSPI cache, Configuration configuration)
          Sets a configuration object and creates a cacheloader accordingly.
 void CacheLoaderManager.startCacheLoader()
           
 

Uses of CacheException in org.jboss.cache.loader.s3
 

Subclasses of CacheException in org.jboss.cache.loader.s3
 class S3Exception
          Basic exception class.
 

Uses of CacheException in org.jboss.cache.lock
 

Subclasses of CacheException in org.jboss.cache.lock
 class DeadlockException
          Used when a lock acquisition would cause a deadlock.
 class LockingException
          Used for all locking-related exceptions, e.g.
 class TimeoutException
          Thrown when a timeout occurred.
 class UpgradeException
          Used when a read-lock cannot be upgraded to a write-lock
 

Uses of CacheException in org.jboss.cache.marshall
 

Subclasses of CacheException in org.jboss.cache.marshall
 class InactiveRegionException
          Thrown by a AbstractMarshaller instance when attempting to perform an operation on an inactive region.
 

Uses of CacheException in org.jboss.cache.notifications
 

Subclasses of CacheException in org.jboss.cache.notifications
 class IncorrectCacheListenerException
          Thrown when an incorrectly annotated class is added as a cache listener using the Cache.addCacheListener(Object) API.
 

Uses of CacheException in org.jboss.cache.optimistic
 

Subclasses of CacheException in org.jboss.cache.optimistic
 class DataVersioningException
          Denotes exceptions to do with data versioning in optimistic locking
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.