205206207208209210211212213214215
case 401: throw new UnauthorizedException(); case 403: throw new ForbiddenException(); case 404: throw new NotFoundException(); case 406: showRequestInfo(request); throw new NotAcceptableException(); case 420: throw new EnhanceYourCalmException();