tmap/smali_classes5/cz/msebera/android/httpclient/client/cache/HttpCacheEntrySerializationException.smali
2022-06-10 21:38:30 +09:00

31 lines
782 B
Smali

.class public Lcz/msebera/android/httpclient/client/cache/HttpCacheEntrySerializationException;
.super Ljava/io/IOException;
.source "HttpCacheEntrySerializationException.java"
# static fields
.field private static final serialVersionUID:J = 0x7ff122f9319916efL
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/io/IOException;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 0
.line 2
invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
.line 3
invoke-virtual {p0, p2}, Ljava/io/IOException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
return-void
.end method