|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jscape.inet.ftp.FtpException
com.jscape.inet.ftp.FtpTimeoutException
Thrown when a network timeout is encountered when trying to connect or transfer a file.
| 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 |
|
| 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 |
public FtpTimeoutException(java.lang.String msg)
msg - the message of exception
public FtpTimeoutException(java.lang.String msg,
java.lang.Exception exception)
msg - the message of exceptionexception - the exception which caused this exception
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||