|
GemFire 5.8 | ||||||||
| 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.client.ServerConnectivityException
public class ServerConnectivityException
A generic exception indicating that a failure has happened while communicating with a gemfire server. Subclasses of this exception provide more detail on specific failures.
| Constructor Summary | |
|---|---|
ServerConnectivityException()
Create a new instance of ServerConnectivityException without a detail message or cause. |
|
ServerConnectivityException(String message)
Create a new instance of ServerConnectivityException with a detail message |
|
ServerConnectivityException(String message,
Throwable cause)
Create a new instance of ServerConnectivityException with a detail message and cause |
|
ServerConnectivityException(Throwable cause)
Create a new instance of ServerConnectivityException with a cause |
|
| Method Summary |
|---|
| 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, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServerConnectivityException()
public ServerConnectivityException(String message)
message - the detail message
public ServerConnectivityException(String message,
Throwable cause)
message - the detail messagecause - the causepublic ServerConnectivityException(Throwable cause)
cause - the cause
|
GemFire 5.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||