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:
java.io.Serializable
public class JSchAlgoNegoFailException extends JSchException
Extension ofJSchExceptionto indicate when a connection fails during algorithm negotiation.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithmName()Get the algorithm name.java.lang.StringgetJSchProposal()Get the JSch algorithm proposal.java.lang.StringgetServerProposal()Get the server algorithm proposal.
-