public class JSchException extends Exception
Constructor and Description |
---|
JSchException()
Creates a JSchException without message.
|
JSchException(String s)
Creates a JSchException with message.
|
JSchException(String s,
Throwable e)
Creates a JSchException with message and cause
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
retrieves the cause.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSchException()
public JSchException(String s)
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.