376377378379380381382
/** * Send a 400 Bad request */ protected static void badRequest() { throw new BadRequest(); }