59 lines
1.4 KiB
Smali
59 lines
1.4 KiB
Smali
.class Lcom/ea/nimble/mtx/googleplay/GooglePlayError;
|
|
.super Lcom/ea/nimble/Error;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/ea/nimble/mtx/googleplay/GooglePlayError$Code;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final ERROR_DOMAIN:Ljava/lang/String; = "GooglePlayError"
|
|
|
|
.field private static final serialVersionUID:J = 0x1L
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 40
|
|
invoke-direct {p0}, Lcom/ea/nimble/Error;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lcom/ea/nimble/mtx/googleplay/GooglePlayError$Code;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
const-string v0, "GooglePlayError"
|
|
|
|
.line 52
|
|
invoke-virtual {p1}, Lcom/ea/nimble/mtx/googleplay/GooglePlayError$Code;->intValue()I
|
|
|
|
move-result p1
|
|
|
|
invoke-direct {p0, v0, p1, p2}, Lcom/ea/nimble/Error;-><init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lcom/ea/nimble/mtx/googleplay/GooglePlayError$Code;Ljava/lang/String;Ljava/lang/Throwable;)V
|
|
.locals 1
|
|
|
|
const-string v0, "GooglePlayError"
|
|
|
|
.line 47
|
|
invoke-virtual {p1}, Lcom/ea/nimble/mtx/googleplay/GooglePlayError$Code;->intValue()I
|
|
|
|
move-result p1
|
|
|
|
invoke-direct {p0, v0, p1, p2, p3}, Lcom/ea/nimble/Error;-><init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
|
|
|
|
return-void
|
|
.end method
|