Class JSchAlgoNegoFailException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JSchAlgoNegoFailException
    extends JSchException
    Extension of JSchException 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getAlgorithmName

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

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

        public java.lang.String getServerProposal()
        Get the server algorithm proposal.