|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException net.sf.hermesftp.exception.FtpException net.sf.hermesftp.exception.FtpIllegalCmdException
public class FtpIllegalCmdException
Exception that is thrown by the command reader if an unrecognized command token is received from the client.
Constructor Summary | |
---|---|
FtpIllegalCmdException()
Constructor. |
|
FtpIllegalCmdException(java.lang.String cmdLine)
Constructor. |
Method Summary | |
---|---|
protected java.lang.String |
getCategory()
Returns the error specific category. |
java.lang.String |
getCmdLine()
Getter method for the java bean cmdLine . |
Methods inherited from class net.sf.hermesftp.exception.FtpException |
---|
toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FtpIllegalCmdException()
public FtpIllegalCmdException(java.lang.String cmdLine)
cmdLine
- The invalid command line received from the client.Method Detail |
---|
public java.lang.String getCmdLine()
cmdLine
.
cmdLine
.protected java.lang.String getCategory()
getCategory
in class FtpException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |