|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.ac.tuwien.dslab.rmi.common.impl.FileManException
at.ac.tuwien.dslab.rmi.common.impl.InvalidCommandException
public class InvalidCommandException
The InvalidCommandException
is used
to signal invalid commands or arguments at the client.
Constructor Summary | |
---|---|
InvalidCommandException(java.lang.String message)
Creates a new InvalidCommandException using an
error message. |
|
InvalidCommandException(java.lang.String message,
java.lang.Throwable cause)
Creates a new InvalidCommandException using an
error message and a given 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidCommandException(java.lang.String message)
InvalidCommandException
using an
error message.
message
- The error message.public InvalidCommandException(java.lang.String message, java.lang.Throwable cause)
InvalidCommandException
using an
error message and a given cause.
message
- The error message.cause
- The exception which caused this one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |