Secure iNet Factory

com.jscape.inet.ftp
Class FtpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jscape.inet.ftp.FtpException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable
Direct Known Subclasses:
FtpConnectionLostException, FtpTimeoutException

public class FtpException
extends java.lang.Exception
implements ExceptionWrapper

FtpException is thrown by many methods of Ftp class. The methods are masking various exception types into FtpException, but the event message will be propagated.

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

See Also:
Serialized Form

Constructor Summary
FtpException(java.lang.Exception exception)
           
FtpException(java.lang.String msg)
          Creates exception with specified message string.
FtpException(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

FtpException

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

Parameters:
msg - the message of exception

FtpException

public FtpException(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

FtpException

public FtpException(java.lang.Exception exception)
Method Detail

getException

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

Specified by:
getException in interface ExceptionWrapper
Returns:
the source of this exception

Secure iNet Factory

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