public class InvalidCommandException extends DataManOperationException
mCommand, mStatus
Constructor and Description |
---|
InvalidCommandException(String command,
int status)
Initializes a new instance of the
InvalidCommandException class. |
getCommand, getStatus
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidCommandException(String command, int status)
InvalidCommandException
class.command
- The command that caused the error.status
- The result status code.