com.gemstone.gemfire.cache.util
Class ServerRefusedConnectionException
java.lang.Object
java.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.util.ServerRefusedConnectionException
- All Implemented Interfaces:
- Serializable
public class ServerRefusedConnectionException
- extends OperationAbortedException
A ServerRefusedConnectionException indicates a client attempted
to connect to a server, but the handshake was rejected.
- Since:
- 5.2
- See Also:
- Serialized Form
|
Constructor Summary |
ServerRefusedConnectionException(com.gemstone.gemfire.internal.cache.tier.Endpoint endpoint,
String msg)
Constructs an instance of ServerRefusedConnectionException with the
specified detail message. |
ServerRefusedConnectionException
public ServerRefusedConnectionException(com.gemstone.gemfire.internal.cache.tier.Endpoint endpoint,
String msg)
- Constructs an instance of
ServerRefusedConnectionException with the
specified detail message.
- Parameters:
endpoint - the Endpoint (server) that rejected the
connectionmsg - the detail message
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.