public BadRequestException(string message, RDataHttpException inner) : base(message, inner) { }
public UnauthorizedException(string message, RDataHttpException inner) : base(message, inner) { }
public ForbiddenException(string message, RDataHttpException inner) : base(message, inner) { }
public NotFoundException(string message, RDataHttpException inner) : base(message, inner) { }