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. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ServerRefusedConnectionException(DistributedMember server, String msg)
ServerRefusedConnectionException
with the specified
detail message.server
- the server that rejected the connectionmsg
- the detail message