com.enterprisedt.net.ftp.ssl
Class SSLFTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.enterprisedt.net.ftp.FTPException
              extended by com.enterprisedt.net.ftp.ssl.SSLFTPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SSLFTPCertificateException

public class SSLFTPException
extends FTPException

This exception is usually thrown when an error relating to the FTPS protocol occurs.

Version:
$Revision: 1.3 $
Author:
Hans Andersen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.enterprisedt.net.ftp.FTPException
cvsId
 
Constructor Summary
SSLFTPException(java.lang.String msg)
          Construct an SSLFTPException with the given message.
 
Method Summary
 
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLFTPException

public SSLFTPException(java.lang.String msg)
Construct an SSLFTPException with the given message.

Parameters:
msg - Message


Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.