public class CacheException extends RuntimeException
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.Constructor and Description |
---|
CacheException() |
CacheException(String msg) |
CacheException(String msg,
Throwable cause) |
CacheException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.