Class ServerRefusedConnectionException

  • All Implemented Interfaces:
    Serializable

    public class ServerRefusedConnectionException
    extends OperationAbortedException
    A ServerRefusedConnectionException indicates a client attempted to connect to a server, but the handshake was rejected.
    Since:
    GemFire 5.7
    See Also:
    Serialized Form
    • Constructor Detail

      • ServerRefusedConnectionException

        public ServerRefusedConnectionException​(DistributedMember server,
                                                String msg)
        Constructs an instance of ServerRefusedConnectionException with the specified detail message.
        Parameters:
        server - the server that rejected the connection
        msg - the detail message