| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.net.ftp.FTPConnectionClosedException
public class FTPConnectionClosedException
FTPConnectionClosedException is used to indicate the premature or
 unexpected closing of an FTP connection resulting from a
 FTPReply.SERVICE_NOT_AVAILABLE 
  response (FTP reply code 421) to a
 failed FTP command.  This exception is derived from IOException and
 therefore may be caught either as an IOException or specifically as an
 FTPConnectionClosedException.
 
FTP, 
FTPClient, 
Serialized Form| Constructor Summary | |
|---|---|
| FTPConnectionClosedException()Constructs a FTPConnectionClosedException with no message | |
| FTPConnectionClosedException(String message)Constructs a FTPConnectionClosedException with a specified message. | |
| Method Summary | 
|---|
| 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 | 
|---|
public FTPConnectionClosedException()
public FTPConnectionClosedException(String message)
message - The message explaining the reason for the exception.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||