Class ServerRefusedConnectionException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServerRefusedConnectionException

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