AuthFailureError.smali
.class public Lcom/tradplus/ads/volley/AuthFailureError;
.super Lcom/tradplus/ads/volley/VolleyError;
# instance fields
.field private a:Landroid/content/Intent;
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Lcom/tradplus/ads/volley/VolleyError;-><init>()V
return-void
.end method
.method public constructor <init>(Landroid/content/Intent;)V
.registers 2
invoke-direct {p0}, Lcom/tradplus/ads/volley/VolleyError;-><init>()V
iput-object p1, p0, Lcom/tradplus/ads/volley/AuthFailureError;->a:Landroid/content/Intent;
return-void
.end method
.method public constructor <init>(Lcom/tradplus/ads/volley/NetworkResponse;)V
.registers 2
invoke-direct {p0, p1}, Lcom/tradplus/ads/volley/VolleyError;-><init>(Lcom/tradplus/ads/volley/NetworkResponse;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.registers 2
invoke-direct {p0, p1}, Lcom/tradplus/ads/volley/VolleyError;-><init>(Ljava/lang/String;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Exception;)V
.registers 3
invoke-direct {p0, p1, p2}, Lcom/tradplus/ads/volley/VolleyError;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method
# virtual methods
.method public getMessage()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/tradplus/ads/volley/AuthFailureError;->a:Landroid/content/Intent;
if-eqz v0, :cond_7
const-string v0, "User needs to (re)enter credentials."
return-object v0
:cond_7
invoke-super {p0}, Ljava/lang/Exception;->getMessage()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public getResolutionIntent()Landroid/content/Intent;
.registers 2
iget-object v0, p0, Lcom/tradplus/ads/volley/AuthFailureError;->a:Landroid/content/Intent;
return-object v0
.end method