Class ClientResourceRemotelyClosedException

    • Constructor Detail

      • ClientResourceRemotelyClosedException

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

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

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

        public ClientResourceRemotelyClosedException​(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.