com.mindbright.ssh2
Class SSH2SFTP.SFTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mindbright.ssh2.SSH2SFTP.SFTPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SSH2SFTP.SFTPAsyncAbortException, SSH2SFTP.SFTPDisconnectException, SSH2SFTP.SFTPEOFException, SSH2SFTP.SFTPFailureException, SSH2SFTP.SFTPNoSuchFileException, SSH2SFTP.SFTPPermissionDeniedException, SSH2SFTP.SFTPUnsupportedException
Enclosing class:
SSH2SFTP

public static class SSH2SFTP.SFTPException
extends java.lang.Exception

An exception in the SFTP code. It only holds a string message.

See Also:
Serialized Form

Constructor Summary
SSH2SFTP.SFTPException()
           
SSH2SFTP.SFTPException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSH2SFTP.SFTPException

public SSH2SFTP.SFTPException()

SSH2SFTP.SFTPException

public SSH2SFTP.SFTPException(java.lang.String msg)