public class ServerConnectivityException extends GemFireException
Constructor and Description |
---|
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
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerConnectivityException()
public ServerConnectivityException(String message)
message
- the detail messagepublic ServerConnectivityException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic ServerConnectivityException(Throwable cause)
cause
- the cause