Package net.schmizz.sshj.connection
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.schmizz.sshj.common.SSHException
net.schmizz.sshj.connection.ConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OpenFailException
Connection-layer exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConnectionException
(String message) ConnectionException
(String message, Throwable cause) ConnectionException
(Throwable cause) ConnectionException
(DisconnectReason code, String message) ConnectionException
(DisconnectReason code, String message, Throwable cause) ConnectionException
(DisconnectReason code, Throwable cause) -
Method Summary
Methods inherited from class net.schmizz.sshj.common.SSHException
getDisconnectReason, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
chainer
-
-
Constructor Details
-
ConnectionException
-
ConnectionException
-
ConnectionException
-
ConnectionException
-
ConnectionException
-
ConnectionException
-
ConnectionException
-