com.jcraft.jsch
Class SftpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jcraft.jsch.SftpException
All Implemented Interfaces:
Serializable

public class SftpException
extends Exception

See Also:
Serialized Form

Field Summary
 int id
           
 
Constructor Summary
SftpException(int id, String message)
           
SftpException(int id, String message, Throwable e)
           
 
Method Summary
 Throwable getCause()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public int id
Constructor Detail

SftpException

public SftpException(int id,
                     String message)

SftpException

public SftpException(int id,
                     String message,
                     Throwable e)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2014 JCraft,Inc.. All Rights Reserved.