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,
String msg)
Constructs an instance of
ServerRefusedConnectionException with the
specified detail message. |
toStringgetRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ServerRefusedConnectionException(DistributedMember server, String msg)
ServerRefusedConnectionException with the
specified detail message.server - the server that rejected the connectionmsg - the detail messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.