Uses of Class
org.infinispan.CacheException

Packages that use CacheException
org.infinispan.batch   
org.infinispan.config   
org.infinispan.jmx   
org.infinispan.lock   
org.infinispan.notifications   
org.infinispan.remoting   
org.infinispan.remoting.transport.jgroups   
org.infinispan.tree   
 

Uses of CacheException in org.infinispan.batch
 

Methods in org.infinispan.batch that throw CacheException
 boolean BatchContainer.startBatch()
          Starts a batch
 boolean BatchContainer.startBatch(boolean autoBatch)
           
 

Uses of CacheException in org.infinispan.config
 

Subclasses of CacheException in org.infinispan.config
 class ConfigurationException
          An exception that represents an error in the configuration.
 class DuplicateCacheNameException
          Thrown if a duplicate named cache is detected
 

Uses of CacheException in org.infinispan.jmx
 

Subclasses of CacheException in org.infinispan.jmx
 class JmxDomainConflictException
           
 

Methods in org.infinispan.jmx that throw CacheException
 void ComponentsJmxRegistration.registerMBeans()
          Performs the MBean registration.
 void ComponentsJmxRegistration.unregisterMBeans()
          Unregisters all the MBeans registered through ComponentsJmxRegistration.registerMBeans().
 

Uses of CacheException in org.infinispan.lock
 

Subclasses of CacheException in org.infinispan.lock
 class TimeoutException
          Thrown when a timeout occurred.
 

Uses of CacheException in org.infinispan.notifications
 

Subclasses of CacheException in org.infinispan.notifications
 class IncorrectListenerException
          Thrown when an incorrectly annotated class is added as a cache listener using the Listenable.addListener(Object) API.
 

Uses of CacheException in org.infinispan.remoting
 

Subclasses of CacheException in org.infinispan.remoting
 class ReplicationException
          Thrown when a replication problem occurred
 

Uses of CacheException in org.infinispan.remoting.transport.jgroups
 

Subclasses of CacheException in org.infinispan.remoting.transport.jgroups
 class SuspectException
          Thrown when a member is suspected during remote method invocation
 

Uses of CacheException in org.infinispan.tree
 

Subclasses of CacheException in org.infinispan.tree
 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.
 

Methods in org.infinispan.tree that throw CacheException
 void TreeCacheImpl.start()
           
 



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