InterruptedProxyCacheException.smali

.class public Lcom/danikula/videocache/InterruptedProxyCacheException;
.super Lcom/danikula/videocache/ProxyCacheException;
.source "InterruptedProxyCacheException.java"


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method

.method public constructor <init>(Ljava/lang/String;)V
    .registers 2
    .param p1, "message"    # Ljava/lang/String;

    .line 11
    invoke-direct {p0, p1}, Lcom/danikula/videocache/ProxyCacheException;-><init>(Ljava/lang/String;)V

    .line 12
    return-void
.end method

.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
    .registers 3
    .param p1, "message"    # Ljava/lang/String;
    .param p2, "cause"    # Ljava/lang/Throwable;

    .line 15
    invoke-direct {p0, p1, p2}, Lcom/danikula/videocache/ProxyCacheException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V

    .line 16
    return-void
.end method

.method public constructor <init>(Ljava/lang/Throwable;)V
    .registers 2
    .param p1, "cause"    # Ljava/lang/Throwable;

    .line 19
    invoke-direct {p0, p1}, Lcom/danikula/videocache/ProxyCacheException;-><init>(Ljava/lang/Throwable;)V

    .line 20
    return-void
.end method