throw new ForbiddenException();
case 404:
throw new NotFoundException();
case 406:
showRequestInfo(request);
throw new NotAcceptableException();
case 420:
throw new EnhanceYourCalmException();
case 500:
throw new InternalServerErrorException();
case 502: