Class JSchAlgoNegoFailException

All Implemented Interfaces:
Serializable

public class JSchAlgoNegoFailException extends JSchException
Extension of JSchException to indicate when a connection fails during algorithm negotiation.
See Also:
  • Method Details

    • getAlgorithmName

      public String getAlgorithmName()
      Get the algorithm name.
    • getJSchProposal

      public String getJSchProposal()
      Get the JSch algorithm proposal.
    • getServerProposal

      public String getServerProposal()
      Get the server algorithm proposal.