Class ClientConnectionRemotelyClosedException

    • Constructor Detail

      • ClientConnectionRemotelyClosedException

        public ClientConnectionRemotelyClosedException​(java.lang.String message)
      • ClientConnectionRemotelyClosedException

        public ClientConnectionRemotelyClosedException​(java.lang.String message,
                                                       java.lang.Throwable cause)
      • ClientConnectionRemotelyClosedException

        public ClientConnectionRemotelyClosedException​(java.lang.String message,
                                                       ErrorCondition condition)
      • ClientConnectionRemotelyClosedException

        public ClientConnectionRemotelyClosedException​(java.lang.String message,
                                                       java.lang.Throwable cause,
                                                       ErrorCondition condition)
    • Method Detail

      • getErrorCondition

        public ErrorCondition getErrorCondition()
        Returns:
        the ErrorCondition that was provided by the remote to describe the cause of the close.