Class ClientLinkRemotelyClosedException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ClientLinkRemotelyClosedException

        public ClientLinkRemotelyClosedException​(java.lang.String message)
        Creates a new link remotely closed exception.
        Parameters:
        message - The message that describes the reason for the remote closure.
      • ClientLinkRemotelyClosedException

        public ClientLinkRemotelyClosedException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Creates a new link remotely closed exception.
        Parameters:
        message - The message that describes the reason for the remote closure.
        cause - An exception that further defines the remote close reason.
      • ClientLinkRemotelyClosedException

        public ClientLinkRemotelyClosedException​(java.lang.String message,
                                                 ErrorCondition condition)
        Creates a new link remotely closed exception.
        Parameters:
        message - The message that describes the reason for the remote closure.
        condition - An ErrorCondition that provides additional information about the close reason.
      • ClientLinkRemotelyClosedException

        public ClientLinkRemotelyClosedException​(java.lang.String message,
                                                 java.lang.Throwable cause,
                                                 ErrorCondition condition)
        Creates a new link remotely closed exception.
        Parameters:
        message - The message that describes the reason for the remote closure.
        cause - An exception that further defines the remote close reason.
        condition - An ErrorCondition that provides additional information about the close reason.