Uses of Class
org.jboss.cache.CacheException

Packages that use CacheException
org.jboss.cache   
org.jboss.cache.batch   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands.legacy.write   
org.jboss.cache.config   
org.jboss.cache.eviction   
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   
org.jboss.cache.statetransfer   
 

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.
protected  void RegionManagerImpl.inactivateRegion(Fqn fqn)
          Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree.
protected  void LegacyRegionManagerImpl.inactivateRegion(Fqn fqn)
          Deprecated. Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree.
 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.batch
 

Methods in org.jboss.cache.batch that throw CacheException
 void BatchContainer.startBatch()
           
 

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

Methods in org.jboss.cache.commands.legacy.write that throw CacheException
protected  void VersionedInvalidateCommand.removeData(NodeSPI n, InvocationContext ctx)
          Deprecated.  
 

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.
 class LegacyConfigurationException
          Thrown when a legacy configuration XML element is passed into a modern 3.0 parser
 class MissingPolicyException
           
 class OldFileFormatException
          This exception indicates that an old configuration file is passed to a parser that only knows how to handle newer configuration file.
 class UnsupportedEvictionImplException
          Thrown if an eviction configuration that cannot be translated to the new 3.x eviction interfaces is used.
 

Uses of CacheException in org.jboss.cache.eviction
 

Subclasses of CacheException in org.jboss.cache.eviction
 class EvictionException
           
 

Uses of CacheException in org.jboss.cache.interceptors
 

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

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()
          Deprecated.  
 void CacheJmxWrapper.create()
          Deprecated.  
 void JmxRegistrationManager.registerAllMBeans()
          Performs the MBean registration.
protected  boolean CacheJmxWrapper.registerJmxResources()
          Deprecated.  
 void CacheJmxWrapperMBean.start()
          Deprecated.  
 void CacheJmxWrapper.start()
          Deprecated.  
 void JmxRegistrationManager.unregisterAllMBeans()
          Unregisters all the MBeans registered through JmxRegistrationManager.registerAllMBeans().
 

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
 

Uses of CacheException in org.jboss.cache.statetransfer
 

Subclasses of CacheException in org.jboss.cache.statetransfer
 class StateProviderBusyException
          Thrown when a state provider is busy
 



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