public class FTPException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
protected FTPResponse |
response
The response that provoked this exception.
|
| Constructor and Description |
|---|
FTPException(FTPResponse response)
Constructs a new FTP exception.
|
| Modifier and Type | Method and Description |
|---|---|
FTPResponse |
getResponse()
Returns the response that provoked this exception.
|
protected final FTPResponse response
public FTPException(FTPResponse response)
response - the response that provoked this exceptionpublic FTPResponse getResponse()
© Copyright 2003 The Free Software Foundation, all rights reserved