203204205206207208209210211212213
case 400: throw new BadRequestException(); case 401: throw new UnauthorizedException(); case 403: throw new ForbiddenException(); case 404: throw new NotFoundException(); case 406: showRequestInfo(request); throw new NotAcceptableException();