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 ofJSchException
to 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.String
getAlgorithmName()
Get the algorithm name.java.lang.String
getJSchProposal()
Get the JSch algorithm proposal.java.lang.String
getServerProposal()
Get the server algorithm proposal.
-