com.gemstone.gemfire.cache.client
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.client.ServerRefusedConnectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ServerRefusedConnectionException
public class ServerRefusedConnectionException
- extends OperationAbortedException
A ServerRefusedConnectionException indicates a client attempted
to connect to a server, but the handshake was rejected.
- Since:
- 5.7
- See Also:
- Serialized Form
ServerRefusedConnectionException
public ServerRefusedConnectionException(DistributedMember server,
String msg)
- Constructs an instance of
ServerRefusedConnectionException with the
specified detail message.
- Parameters:
server - the server that rejected the connectionmsg - the detail message
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.