83848586878889
@GET @Produces("text/plain") @Path("/throwBadRequestException") public HelloBean throwHelloBeanException() throws BeanBadRequestException { throw new BeanBadRequestException("beans are rotten"); }