Class RuntimeSshException

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

public class RuntimeSshException extends RuntimeException
Exception used in the SSH client or server.
See Also:
  • Field Details

  • Constructor Details

    • RuntimeSshException

      public RuntimeSshException()
    • RuntimeSshException

      public RuntimeSshException(String message)
    • RuntimeSshException

      public RuntimeSshException(Throwable cause)
    • RuntimeSshException

      public RuntimeSshException(String message, Throwable cause)