Secure FTP Factory

com.jscape.filetransfer
Class FileTransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jscape.filetransfer.FileTransferException
All Implemented Interfaces:
java.io.Serializable

public class FileTransferException
extends java.lang.Exception

FileTransferException is thrown by many methods of FileTransfer classes. The methods are masking various exception types into FileTransferException, but the event message will be propagated.

In case that the cause for throwing FileTransferException is not exception but invalid client operation or server response, FileTransferException message will contain textual part of server response.

See Also:
Serialized Form

Constructor Summary
FileTransferException(java.lang.Exception exception)
          Constructor .
FileTransferException(java.lang.String msg)
          Creates exception with specified message string.
FileTransferException(java.lang.String msg, java.lang.Exception exception)
          Creates exception with specified message string and source exception.
 
Method Summary
 java.lang.Exception getException()
          Gets source of this exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileTransferException

public FileTransferException(java.lang.String msg)
Creates exception with specified message string.

Parameters:
msg - the message of exception

FileTransferException

public FileTransferException(java.lang.String msg,
                             java.lang.Exception exception)
Creates exception with specified message string and source exception.

Parameters:
msg - the message of exception
exception - the exception which caused this exception

FileTransferException

public FileTransferException(java.lang.Exception exception)
Constructor .

Parameters:
exception - - Exception
Method Detail

getException

public java.lang.Exception getException()
Gets source of this exception.

Returns:
the source of this exception

Secure FTP Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved