Gemfire JavaDocs
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:
java.io.Serializable
public class ServerRefusedConnectionException extends OperationAbortedException
AServerRefusedConnectionException
indicates a client attempted to connect to a server, but the handshake was rejected.- Since:
- GemFire 5.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerRefusedConnectionException(DistributedMember server, java.lang.String msg)
Constructs an instance ofServerRefusedConnectionException
with the specified detail message.
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
ServerRefusedConnectionException
public ServerRefusedConnectionException(DistributedMember server, java.lang.String msg)
Constructs an instance ofServerRefusedConnectionException
with the specified detail message.- Parameters:
server
- the server that rejected the connectionmsg
- the detail message
-
-