Class SshException

All Implemented Interfaces:
Serializable

public class SshException extends IOException
Represents an SSH related exception
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • SshException

      public SshException(String message)
    • SshException

      public SshException(Throwable cause)
    • SshException

      public SshException(String message, Throwable cause)
    • SshException

      public SshException(int disconnectCode)
    • SshException

      public SshException(int disconnectCode, String message)
    • SshException

      public SshException(int disconnectCode, Throwable cause)
    • SshException

      public SshException(int disconnectCode, String message, Throwable cause)
  • Method Details

    • getDisconnectCode

      public int getDisconnectCode()