Public Member Functions | |
String | getMethod () |
Throwable | getCause () |
retrieves the cause. | |
Package Functions | |
JSchAuthCancelException () | |
JSchAuthCancelException (String s) | |
Package Attributes | |
String | method |
Definition at line 32 of file JSchAuthCancelException.java.
com.jcraft.jsch.JSchAuthCancelException.JSchAuthCancelException | ( | ) | [package] |
Definition at line 35 of file JSchAuthCancelException.java.
com.jcraft.jsch.JSchAuthCancelException.JSchAuthCancelException | ( | String | s | ) | [package] |
Definition at line 38 of file JSchAuthCancelException.java.
References com.jcraft.jsch.JSchAuthCancelException.method.
Throwable com.jcraft.jsch.JSchException.getCause | ( | ) | [inherited] |
retrieves the cause.
Definition at line 69 of file JSchException.java.
References com.jcraft.jsch.JSchException.cause.
String com.jcraft.jsch.JSchAuthCancelException.getMethod | ( | ) |
Definition at line 42 of file JSchAuthCancelException.java.
References com.jcraft.jsch.JSchAuthCancelException.method.
String com.jcraft.jsch.JSchAuthCancelException.method [package] |
Definition at line 34 of file JSchAuthCancelException.java.
Referenced by com.jcraft.jsch.JSchAuthCancelException.getMethod(), and com.jcraft.jsch.JSchAuthCancelException.JSchAuthCancelException().