Package org.apache.geode.cache.client
Class ServerRefusedConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheRuntimeException
org.apache.geode.cache.OperationAbortedException
org.apache.geode.cache.client.ServerRefusedConnectionException
- All Implemented Interfaces:
Serializable
A
ServerRefusedConnectionException indicates a client attempted to connect to a
server, but the handshake was rejected.- Since:
- GemFire 5.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerRefusedConnectionException(DistributedMember server, String msg) Constructs an instance ofServerRefusedConnectionExceptionwith the specified detail message. -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ServerRefusedConnectionException
Constructs an instance ofServerRefusedConnectionExceptionwith the specified detail message.- Parameters:
server- the server that rejected the connectionmsg- the detail message
-