org.backsource.adaptor.ftp
Class FTPTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.backsource.utils.lang.NestableException
org.backsource.adaptor.ftp.FTPException
org.backsource.adaptor.ftp.FTPTimeoutException
- All Implemented Interfaces:
- java.io.Serializable
- public class FTPTimeoutException
- extends FTPException
Exception raised when a timeout has occured, can happen with every FTP command.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Peter Antman
- See Also:
- Serialized Form
| Methods inherited from class org.backsource.utils.lang.NestableException |
main, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FTPTimeoutException
public FTPTimeoutException()
FTPTimeoutException
public FTPTimeoutException(java.lang.Exception ex)
FTPTimeoutException
public FTPTimeoutException(java.lang.String msg)
FTPTimeoutException
public FTPTimeoutException(java.lang.String msg,
java.lang.Exception ex)
Copyright © 2003-2004 Backsource. All Rights Reserved.