public class ServerRefusedConnectionException extends OperationAbortedException
ServerRefusedConnectionException indicates a client attempted to connect to a
server, but the handshake was rejected.| Constructor and Description |
|---|
ServerRefusedConnectionException(DistributedMember server,
java.lang.String msg)
Constructs an instance of
ServerRefusedConnectionException with the specified
detail message. |
toStringgetRootCausepublic ServerRefusedConnectionException(DistributedMember server, java.lang.String msg)
ServerRefusedConnectionException with the specified
detail message.server - the server that rejected the connectionmsg - the detail message