Class JSchAuthCancelException

  • All Implemented Interfaces:
    java.io.Serializable

    class JSchAuthCancelException
    extends JSchException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String method  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMethod()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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
    • Field Detail

      • method

        java.lang.String method
    • Constructor Detail

      • JSchAuthCancelException

        JSchAuthCancelException()
      • JSchAuthCancelException

        JSchAuthCancelException​(java.lang.String s)
    • Method Detail

      • getMethod

        public java.lang.String getMethod()