ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.net.ftp.FTPConnectionClosedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----com.oroinc.net.ftp.FTPConnectionClosedException

public class FTPConnectionClosedException
extends IOException
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.

Copyright © 1997 Original Reusable Objects, Inc. All rights reserved.

See Also:
FTP, FTPClient

Constructor Index

 o FTPConnectionClosedException()
Constructs a FTPConnectionClosedException with no message
 o FTPConnectionClosedException(String)
Constructs a FTPConnectionClosedException with a specified message.

Constructors

 o FTPConnectionClosedException
 public FTPConnectionClosedException()
Constructs a FTPConnectionClosedException with no message

 o FTPConnectionClosedException
 public FTPConnectionClosedException(String message)
Constructs a FTPConnectionClosedException with a specified message.

Parameters:
message - The message explaining the reason for the exception.

ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index