org.mockftpserver.core
Class CommandSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mockftpserver.core.MockFtpServerException
                  extended by 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

Constructor Summary
CommandSyntaxException(String message)
           
CommandSyntaxException(String message, Throwable cause)
           
CommandSyntaxException(Throwable cause)
           
 
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

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.