public class CacheException extends RuntimeException
TimeoutException
and CacheConfigurationException
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(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
CacheException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2021 JBoss by Red Hat. All rights reserved.