Package com.jcraft.jsch
Class JSchAlgoNegoFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jcraft.jsch.JSchException
com.jcraft.jsch.JSchAlgoNegoFailException
- All Implemented Interfaces:
Serializable
Extension of
JSchException
to indicate when a connection fails during algorithm
negotiation.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the algorithm name.Get the JSch algorithm proposal.Get the server algorithm proposal.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getAlgorithmName
Get the algorithm name. -
getJSchProposal
Get the JSch algorithm proposal. -
getServerProposal
Get the server algorithm proposal.
-