gnu.inet.ftp
Class FTPException
IOExceptiongnu.inet.ftp.FTPException
public class FTPException
extends IOException
An FTP control exception.
response
protected final FTPResponse response
The response that provoked this exception.
FTPException
public FTPException(FTPResponse response)
Constructs a new FTP exception.
response - the response that provoked this exception
getResponse
public FTPResponse getResponse()
Returns the response that provoked this exception.
© Copyright 2003 The Free Software Foundation,
all rights reserved