HttpRequest$HttpRequestException.smali
.class public Lcom/cleanmaster/base/util/net/HttpRequest$HttpRequestException;
.super Ljava/lang/RuntimeException;
.source "HttpRequest.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/cleanmaster/base/util/net/HttpRequest;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "HttpRequestException"
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x103e55869b430237L
# direct methods
.method public constructor <init>(Ljava/io/IOException;)V
.registers 2
.prologue
.line 623
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
.line 624
return-void
.end method
# virtual methods
.method public getCause()Ljava/io/IOException;
.registers 2
.prologue
.line 633
invoke-super {p0}, Ljava/lang/RuntimeException;->getCause()Ljava/lang/Throwable;
move-result-object v0
check-cast v0, Ljava/io/IOException;
return-object v0
.end method
.method public bridge synthetic getCause()Ljava/lang/Throwable;
.registers 2
.prologue
.line 613
invoke-virtual {p0}, Lcom/cleanmaster/base/util/net/HttpRequest$HttpRequestException;->getCause()Ljava/io/IOException;
move-result-object v0
return-object v0
.end method