org.infinispan
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.CacheException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CacheConfigurationException, ConfigurationException, DeadlockDetectedException, EmbeddedCacheManagerStartupException, IncorrectListenerException, InvalidTransactionException, JmxDomainConflictException, NodeNotExistsException, NodeNotValidException, NotSerializableException, RpcException, SuspectException, TimeoutException, WriteSkewException
public class CacheException
- extends RuntimeException
Thrown when operations on Cache
fail unexpectedly.
Specific subclasses such as TimeoutException
and org.infinispan.CacheConfigurationException.ConfigurationException
have more specific uses.
Transactions: if a CacheException (including any subclasses) is thrown for an operation on a JTA transaction, then
the transaction is marked for rollback.
- Since:
- 4.0
- Author:
- Bela Ban, Manik Surtani, Mircea.Markus@jboss.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CacheException
public CacheException()
CacheException
public CacheException(Throwable cause)
CacheException
public CacheException(String msg)
CacheException
public CacheException(String msg,
Throwable cause)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.