org.mockftpserver.core
Class CommandSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockftpserver.core.MockFtpServerException
org.mockftpserver.core.CommandSyntaxException
- All Implemented Interfaces:
- Serializable
public class CommandSyntaxException
- extends MockFtpServerException
Represents an error indicating that a server command has been received that
has invalid syntax. For instance, the command may be missing a required parameter.
- Version:
- $Revision: 182 $ - $Date: 2008-11-30 21:37:49 -0500 (Sun, 30 Nov 2008) $
- Author:
- Chris Mair
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandSyntaxException
public CommandSyntaxException(String message)
- Parameters:
message -
CommandSyntaxException
public CommandSyntaxException(Throwable cause)
- Parameters:
cause -
CommandSyntaxException
public CommandSyntaxException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2014. All rights reserved.