Class SSHRuntimeException

All Implemented Interfaces:
Serializable

public class SSHRuntimeException extends RuntimeException
Represents unrecoverable exceptions in the net.schmizz.sshj package.
See Also:
  • Constructor Details

    • SSHRuntimeException

      public SSHRuntimeException()
    • SSHRuntimeException

      public SSHRuntimeException(String message)
    • SSHRuntimeException

      public SSHRuntimeException(String message, Throwable cause)
    • SSHRuntimeException

      public SSHRuntimeException(Throwable cause)