Package com.enterprisedt.net.ftp.ssl
Class SSLFTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
com.enterprisedt.net.ftp.ssl.SSLFTPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SSLFTPCertificateException
This exception is usually thrown when an error relating to the
FTPS protocol occurs.
- Version:
- $Revision$
- Author:
- Hans Andersen
- See Also:
-
Field Summary
Fields inherited from class com.enterprisedt.net.ftp.FTPException
cvsId -
Constructor Summary
ConstructorsConstructorDescriptionSSLFTPException(String msg) Construct an SSLFTPException with the given message. -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SSLFTPException
Construct an SSLFTPException with the given message.- Parameters:
msg- Message
-