6566676869707172737475
case 403: throw new OpenstackForbiddenException("Forbidden"); case 404: throw new OpenstackNotFoundException("Item not found"); default: throw new OpenstackException("Error processing request. Status code=" + httpStatus); }