Package com.compomics.util.io.ftp
Class FtpLoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.compomics.util.io.ftp.FtpProtocolException
com.compomics.util.io.ftp.FtpLoginException
- All Implemented Interfaces:
Serializable
public class FtpLoginException extends FtpProtocolException
This class handles an FTP login exception.
- Author:
- Lennart
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FtpLoginException()
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
-
FtpLoginException
public FtpLoginException()Empty default constructor
-