public abstract class CacheException extends GemFireException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
CacheException()
Constructs a new
CacheException . |
CacheException(java.lang.String s)
Constructs a new
CacheException with a message string. |
CacheException(java.lang.String s,
java.lang.Throwable cause)
Constructs a
CacheException with a message string and a base exception |
CacheException(java.lang.Throwable cause)
Constructs a
CacheException with a cause |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getRootCause
public static final long serialVersionUID
public CacheException()
CacheException
.public CacheException(java.lang.String s)
CacheException
with a message string.public CacheException(java.lang.String s, java.lang.Throwable cause)
CacheException
with a message string and a base exceptionpublic CacheException(java.lang.Throwable cause)
CacheException
with a cause