Secure iNet Factory

com.jscape.inet.ftp
Class FtpConnectionLostException

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

public class FtpConnectionLostException
extends FtpException

Thrown when a connection to FTP server is unexpectedly lost.

See Also:
Serialized Form

Constructor Summary
FtpConnectionLostException(java.lang.String msg)
          Creates exception with specified message string.
FtpConnectionLostException(java.lang.String msg, java.lang.Exception exception)
          Creates exception with specified message string and source exception
 
Method Summary
 
Methods inherited from class com.jscape.inet.ftp.FtpException
getException
 
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

FtpConnectionLostException

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

Parameters:
msg - the message of exception

FtpConnectionLostException

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

Secure iNet Factory

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