|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fossilec.odettej.OdetteFTPException
org.fossilec.odettej.service.CommandNotRecognisedException
public class CommandNotRecognisedException
The exception thrown when parsing or using an Exchange Buffer that contains an invalid command code (1st octet of the buffer).
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 |
---|
public CommandNotRecognisedException()
public CommandNotRecognisedException(java.lang.String message)
message
- The detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |