tmap/smali_classes5/org/apache/http/auth/AuthenticationException.smali
2022-06-10 21:38:30 +09:00

42 lines
959 B
Smali

.class public Lorg/apache/http/auth/AuthenticationException;
.super Lorg/apache/http/ProtocolException;
.source "AuthenticationException.java"
# annotations
.annotation build Lorg/apache/http/annotation/Immutable;
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x5e4940059a6a21e8L
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lorg/apache/http/ProtocolException;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 2
invoke-direct {p0, p1}, Lorg/apache/http/ProtocolException;-><init>(Ljava/lang/String;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 0
.line 3
invoke-direct {p0, p1, p2}, Lorg/apache/http/ProtocolException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method