public class CacheException extends RuntimeException
Cache
or Node
fail unexpectedly.
Specific subclasses such as TimeoutException
, ConfigurationException
and LockingException
have more specific uses.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, a division of Red Hat. All Rights Reserved.