|
GemFire 6.6.4 | ||||||||
| 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.CacheRuntimeException
com.gemstone.gemfire.CancelException
public abstract class CancelException
Abstract root class of all GemFire exceptions representing system cancellation
| Constructor Summary | |
|---|---|
CancelException()
for serialization |
|
CancelException(String message)
Create instance with given message |
|
CancelException(String message,
Throwable cause)
Create instance with given message and cause |
|
CancelException(Throwable cause)
Create instance with empty message and given cause |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
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 CancelException()
public CancelException(String message)
message - the message
public CancelException(String message,
Throwable cause)
message - the messagecause - the causepublic CancelException(Throwable cause)
cause - the cause
|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||