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.client.ServerRefusedConnectionException
com.gemstone.gemfire.cache.util.ServerRefusedConnectionException
- All Implemented Interfaces:
- Serializable
Deprecated. as of 5.7 use ServerRefusedConnectionException from the client package instead.
@Deprecated
public class ServerRefusedConnectionException
- extends ServerRefusedConnectionException
A ServerRefusedConnectionException indicates a client attempted
to connect to a server, but the handshake was rejected.
- Since:
- 5.5
- See Also:
- Serialized Form
ServerRefusedConnectionException
public ServerRefusedConnectionException(DistributedMember server,
String msg)
- Deprecated.
- Constructs an instance of
ServerRefusedConnectionException with the
specified detail message.
- Parameters:
server - the server that rejected the connectionmsg - the detail message
Copyright © 1997-2012 VMware, Inc. All rights reserved.