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
public class RuntimeSshException extends RuntimeException
Exception used in the SSH client or server.- Author:
- Apache MINA SSHD Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeSshException()
RuntimeSshException(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
-
-