Secure iNet Factory

com.jscape.inet.ftp
Class FtpTimeoutException

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.FtpTimeoutException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class FtpTimeoutException
extends FtpException

Thrown when a network timeout is encountered when trying to connect or transfer a file.

See Also:
Serialized Form

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

FtpTimeoutException

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

Parameters:
msg - the message of exception

FtpTimeoutException

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