gnu.inet.ftp
Class FTPException
java.lang.Objectjava.lang.Throwablejava.lang.Exceptionjava.io.IOExceptiongnu.inet.ftp.FTPException
public class FTPException
extends java.io.IOException
An FTP control exception.
Version:
- Chris Burdess
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