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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected final FTPResponse response
public FTPException(FTPResponse response)
response - the response that provoked this exceptionpublic FTPResponse getResponse()