|
||||||||||
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.InvalidCommandDataException
public class InvalidCommandDataException
This exception is thrown when a command contains invalid data. A field within the command may be wrong formatted or have unexpected data.
Constructor Summary | |
---|---|
InvalidCommandDataException()
Constructor with no detail message. |
|
InvalidCommandDataException(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 InvalidCommandDataException()
public InvalidCommandDataException(java.lang.String message)
message
- The detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |