org.neociclo.odetteftp.protocol
Class InvalidCommandDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.neociclo.odetteftp.OdetteFtpException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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