public class

SSHRuntimeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ net.schmizz.sshj.common.SSHRuntimeException

Class Overview

Represents unrecoverable exceptions in the net.schmizz.sshj package.

Summary

[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
SSHRuntimeException()
SSHRuntimeException(String message)
SSHRuntimeException(String message, Throwable cause)
SSHRuntimeException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SSHRuntimeException ()

public SSHRuntimeException (String message)

Parameters
message

public SSHRuntimeException (String message, Throwable cause)

Parameters
message
cause

public SSHRuntimeException (Throwable cause)

Parameters
cause