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.FTP
,
FTPClient
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
FTPConnectionClosedException()
Constructs a FTPConnectionClosedException with no message
|
FTPConnectionClosedException(java.lang.String message)
Constructs a FTPConnectionClosedException with a specified message.
|
private static final long serialVersionUID
public FTPConnectionClosedException()
public FTPConnectionClosedException(java.lang.String message)
message
- The message explaining the reason for the exception.