28 lines
630 B
Smali
28 lines
630 B
Smali
.class public Lorg/apache/http/UnsupportedHttpVersionException;
|
|
.super Lorg/apache/http/ProtocolException;
|
|
.source "UnsupportedHttpVersionException.java"
|
|
|
|
|
|
# static fields
|
|
.field private static final serialVersionUID:J = -0x12b6a664c6039857L
|
|
|
|
|
|
# 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
|