com.jcraft.jsch.JSchException Class Reference

Will be thrown if anything goes wrong with the SSH protocol. More...

Inheritance diagram for com.jcraft.jsch.JSchException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 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.
Throwable getCause ()
 retrieves the cause.

Private Attributes

Throwable cause = null

Detailed Description

Will be thrown if anything goes wrong with the SSH protocol.

Definition at line 35 of file JSchException.java.


Constructor & Destructor Documentation

com.jcraft.jsch.JSchException.JSchException (  ) 

Creates a JSchException without message.

Definition at line 45 of file JSchException.java.

com.jcraft.jsch.JSchException.JSchException ( String  s  ) 

Creates a JSchException with message.

Definition at line 52 of file JSchException.java.

com.jcraft.jsch.JSchException.JSchException ( String  s,
Throwable  e 
)

Creates a JSchException with message and cause.

Parameters:
s the message to be shown to the user.
e a nested Throwable, which indicates the cause of this Exception.

Definition at line 61 of file JSchException.java.

References com.jcraft.jsch.JSchException.cause.


Member Function Documentation

Throwable com.jcraft.jsch.JSchException.getCause (  ) 

retrieves the cause.

Definition at line 69 of file JSchException.java.

References com.jcraft.jsch.JSchException.cause.


Member Data Documentation

Throwable com.jcraft.jsch.JSchException.cause = null [private]

The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1