gnu.inet.ftp

Class FTPException


public class FTPException
extends IOException

An FTP control exception.
Author:
Chris Burdess

Field Summary

protected FTPResponse
response
The response that provoked this exception.

Constructor Summary

FTPException(FTPResponse response)
Constructs a new FTP exception.

Method Summary

FTPResponse
getResponse()
Returns the response that provoked this exception.

Field Details

response

protected final FTPResponse response
The response that provoked this exception.

Constructor Details

FTPException

public FTPException(FTPResponse response)
Constructs a new FTP exception.
Parameters:
response - the response that provoked this exception

Method Details

getResponse

public FTPResponse getResponse()
Returns the response that provoked this exception.

© Copyright 2003 The Free Software Foundation, all rights reserved