public class FTPException extends 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, toStringprotected final FTPResponse response
public FTPException(FTPResponse response)
response - the response that provoked this exceptionpublic FTPResponse getResponse()
Copyright © 2017. All rights reserved.