invalid_request_exceptions is one of the exceptions that should be propagated to the client in form of a error code. That's why it should belong to a hierarchy with cassandra_exception at root, so that all exceptions like that can be easily caught and passed to the client. Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>