Package com.jcraft.jsch
Class JSchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jcraft.jsch.JSchException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JSchAuthCancelException
,JSchPartialAuthException
public class JSchException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
cause
-
Constructor Summary
Constructors Constructor Description JSchException()
JSchException(java.lang.String s)
JSchException(java.lang.String s, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-