Class RuntimeSshException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BCryptKdfOptions.BCryptBadRoundsException

public class RuntimeSshException extends RuntimeException
Exception used in the SSH client or server.
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • RuntimeSshException

      public RuntimeSshException()
    • RuntimeSshException

      public RuntimeSshException(String message)
    • RuntimeSshException

      public RuntimeSshException(Throwable cause)
    • RuntimeSshException

      public RuntimeSshException(String message, Throwable cause)