|
GemFire 6.6.1 | ||||||||
| 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.cache.OperationAbortedException
com.gemstone.gemfire.cache.GatewayException
public class GatewayException
An exception thrown by a Gateway.
| Constructor Summary | |
|---|---|
GatewayException()
Constructor. |
|
GatewayException(String msg)
Constructor. |
|
GatewayException(String msg,
Throwable cause)
Constructor. |
|
GatewayException(Throwable cause)
Constructor. |
|
| 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 GatewayException()
GatewayException.
public GatewayException(String msg)
GatewayException with the
specified detail message.
msg - the detail message
public GatewayException(String msg,
Throwable cause)
GatewayException with the
specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic GatewayException(Throwable cause)
GatewayException with the
specified cause.
cause - the causal Throwable
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||