public class FTPConnectionClosedException
extends java.io.IOException
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.构造器和说明 |
---|
FTPConnectionClosedException()
Constructs a FTPConnectionClosedException with no message
|
FTPConnectionClosedException(java.lang.String message)
Constructs a FTPConnectionClosedException with a specified message.
|
public FTPConnectionClosedException()
public FTPConnectionClosedException(java.lang.String message)
message
- The message explaining the reason for the exception.