|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
gnu.inet.ftp.FTPException
public class FTPException
An FTP control exception.
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final FTPResponse response
Constructor Detail |
---|
public FTPException(FTPResponse response)
response
- the response that provoked this exceptionMethod Detail |
---|
public FTPResponse getResponse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |