Raising an exception such as `endpoints.api_exceptions.NotFoundException` ought to result in an error with http status code 404, but protorpc detects it as a subclass of `protorpc.remote.ApplicationError` and sends 400 instead.