net.sf.hermesftp.exception
Class FtpCmdResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.hermesftp.exception.FtpException
                  extended by net.sf.hermesftp.exception.FtpCmdException
                      extended by net.sf.hermesftp.exception.FtpCmdResponseException
All Implemented Interfaces:
java.io.Serializable

public class FtpCmdResponseException
extends FtpCmdException

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.

Author:
Lars Behnke
See Also:
Serialized Form

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

FtpCmdResponseException

public FtpCmdResponseException()
Constructor.


FtpCmdResponseException

public FtpCmdResponseException(java.lang.String message)
Constructor.

Parameters:
message - The message to display.


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.