Package org.apache.sshd.common
Class RuntimeSshException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sshd.common.RuntimeSshException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AsyncAuthException
,BCryptKdfOptions.BCryptBadRoundsException
Exception used in the SSH client or server.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRuntimeSshException
(String message) RuntimeSshException
(String message, Throwable cause) RuntimeSshException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RuntimeSshException
public RuntimeSshException() -
RuntimeSshException
-
RuntimeSshException
-
RuntimeSshException
-