HttpRequestException.smali

.class public Lcom/facebook/biddingkit/http/client/HttpRequestException;
.super Ljava/lang/Exception;


# instance fields
.field private a:Lcom/facebook/biddingkit/http/client/HttpResponse;


# direct methods
.method public constructor <init>(Ljava/lang/Exception;Lcom/facebook/biddingkit/http/client/HttpResponse;)V
    .registers 3

    invoke-direct {p0, p1}, Ljava/lang/Exception;-><init>(Ljava/lang/Throwable;)V

    iput-object p2, p0, Lcom/facebook/biddingkit/http/client/HttpRequestException;->a:Lcom/facebook/biddingkit/http/client/HttpResponse;

    return-void
.end method


# virtual methods
.method public getHttpResponse()Lcom/facebook/biddingkit/http/client/HttpResponse;
    .registers 2

    iget-object v0, p0, Lcom/facebook/biddingkit/http/client/HttpRequestException;->a:Lcom/facebook/biddingkit/http/client/HttpResponse;

    return-object v0
.end method