org.neociclo.odetteftp.protocol
Class InvalidCommandDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neociclo.odetteftp.OdetteFtpException
              extended by org.neociclo.odetteftp.protocol.InvalidCommandDataException
All Implemented Interfaces:
Serializable

public class InvalidCommandDataException
extends OdetteFtpException

This exception is thrown when a command contains invalid data. A field within the command may be wrong formatted or have unexpected data.

Version:
$Rev: 122 $ $Date: 2009-07-22 08:20:41 -0300 (Wed, 22 Jul 2009) $
Author:
Rafael Marins
See Also:
Serialized Form

Constructor Summary
InvalidCommandDataException()
          Constructor with no detail message.
InvalidCommandDataException(String message)
          Constructor with the specified detail message.
 
Method Summary
 
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

InvalidCommandDataException

public InvalidCommandDataException()
Constructor with no detail message.


InvalidCommandDataException

public InvalidCommandDataException(String message)
Constructor with the specified detail message.

Parameters:
message - The detail message.


ACCORD