|
||||||||||
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.FtpCmdException net.sf.hermesftp.exception.FtpCmdResponseException
public class FtpCmdResponseException
Exception that is generated by FTP commands. The response has not been sent to the client when the exception was thrown. The response string is encoded in the message string and should be sent to the client as soon as the message is catched.
Constructor Summary | |
---|---|
FtpCmdResponseException()
Constructor. |
|
FtpCmdResponseException(java.lang.String message)
Constructor. |
Method Summary |
---|
Methods inherited from class net.sf.hermesftp.exception.FtpCmdException |
---|
getCategory |
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 FtpCmdResponseException()
public FtpCmdResponseException(java.lang.String message)
message
- The message to display.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |