Class OpenFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.schmizz.sshj.common.SSHException
net.schmizz.sshj.connection.ConnectionException
net.schmizz.sshj.connection.channel.OpenFailException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final String
private final OpenFailException.Reason
Fields inherited from class net.schmizz.sshj.connection.ConnectionException
chainer
-
Constructor Summary
ConstructorsConstructorDescriptionOpenFailException
(String channelType, int reasonCode, String message) OpenFailException
(String channelType, OpenFailException.Reason reason, String message) -
Method Summary
Methods inherited from class net.schmizz.sshj.common.SSHException
getDisconnectReason
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
channelType
-
reason
-
message
-
-
Constructor Details
-
OpenFailException
-
OpenFailException
-
-
Method Details
-
getChannelType
-
getMessage
- Overrides:
getMessage
in classSSHException
-
getReason
-
toString
- Overrides:
toString
in classSSHException
-