public abstract class CacheException extends GemFireException
Constructor and Description |
---|
CacheException()
Constructs a new
CacheException . |
CacheException(String s)
Constructs a new
CacheException with a message string. |
CacheException(String s,
Throwable cause)
Constructs a
CacheException with a message string and a base exception |
CacheException(Throwable cause)
Constructs a
CacheException with a cause |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheException()
CacheException
.public CacheException(String s)
CacheException
with a message string.s
- the detail messagepublic CacheException(String s, Throwable cause)
CacheException
with a message string and a base exceptions
- the detail messagecause
- the causepublic CacheException(Throwable cause)
CacheException
with a causecause
- the cause