org.fossilec.odettej.service
Class CommandNotRecognisedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fossilec.odettej.OdetteFTPException
              extended by org.fossilec.odettej.service.CommandNotRecognisedException
All Implemented Interfaces:
java.io.Serializable

public class CommandNotRecognisedException
extends OdetteFTPException

The exception thrown when parsing or using an Exchange Buffer that contains an invalid command code (1st octet of the buffer).

See Also:
Serialized Form

Constructor Summary
CommandNotRecognisedException()
          Constructor with not detail message.
CommandNotRecognisedException(java.lang.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

CommandNotRecognisedException

public CommandNotRecognisedException()
Constructor with not detail message.


CommandNotRecognisedException

public CommandNotRecognisedException(java.lang.String message)
Constructor with the specified detail message.

Parameters:
message - The detail message.


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.