Package com.compomics.util.io.ftp
Class FtpConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.compomics.util.io.ftp.FtpProtocolException
com.compomics.util.io.ftp.FtpConnectionException
- All Implemented Interfaces:
Serializable
public class FtpConnectionException extends FtpProtocolException
This class handles an FTP connection exception.
- Author:
- Lennart
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FtpConnectionException()
Empty default constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FtpConnectionException
public FtpConnectionException()Empty default constructor
-