Package com.jcraft.jsch
Class JSchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jcraft.jsch.JSchException
-
- All Implemented Interfaces:
Serializable
public class JSchException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSchException()
JSchException(String s)
JSchException(String s, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-