Package net.schmizz.sshj.common
Class SSHRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.schmizz.sshj.common.SSHRuntimeException
- All Implemented Interfaces:
Serializable
Represents unrecoverable exceptions in the
net.schmizz.sshj
package.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSSHRuntimeException
(String message) SSHRuntimeException
(String message, Throwable cause) SSHRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSHRuntimeException
public SSHRuntimeException() -
SSHRuntimeException
-
SSHRuntimeException
-
SSHRuntimeException
-