|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheException
public abstract class CacheException
A generic exception, which indicates a cache error has occurred. All the other cache exceptions are subclasses of this class. This class is abstract and therefore only subclasses are instantiated.
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheException()
CacheException.
public CacheException(String s)
CacheException with a message string.
public CacheException(String s,
Throwable cause)
CacheException with a message string and
a base exception
public CacheException(Throwable cause)
CacheException with a cause
| Method Detail |
|---|
public String toString()
toString in class Throwable
|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||