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 Stringprivate final Stringprivate final OpenFailException.ReasonFields inherited from class 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 SSHException
getDisconnectReasonMethods inherited from class 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:
getMessagein classSSHException
-
getReason
-
toString
- Overrides:
toStringin classSSHException
-