|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.deltava.servlet.ControllerException
org.deltava.dao.DAOException
org.deltava.util.ftp.FTPClientException
public class FTPClientException
A class to treat FTP exceptions as a DAO exception.
| Constructor Summary | |
|---|---|
FTPClientException(String msg)
Creates a new FTP exception with a message. |
|
FTPClientException(Throwable t)
Creates a new FTP exception from another exception. |
|
| Method Summary | |
|---|---|
int |
getResultCode()
Returns the FTP error code. |
void |
setResultCode(int code)
Sets the FTP error code. |
| Methods inherited from class org.deltava.servlet.ControllerException |
|---|
getForwardURL, getLogStackDump, isWarning, setForwardURL, setLogStackDump, setWarning |
| 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 |
| Constructor Detail |
|---|
FTPClientException(Throwable t)
t - the root exceptionFTPClientException(String msg)
msg - the exception message| Method Detail |
|---|
public int getResultCode()
public void setResultCode(int code)
code - the error code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||