InvalidCipherTextException.smali
.class public Lorg/spongycastle/crypto/InvalidCipherTextException;
.super Lorg/spongycastle/crypto/CryptoException;
.source "InvalidCipherTextException.java"
# direct methods
.method public constructor <init>()V
.registers 1
.prologue
.line 14
invoke-direct {p0}, Lorg/spongycastle/crypto/CryptoException;-><init>()V
.line 15
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.registers 2
.prologue
.line 25
invoke-direct {p0, p1}, Lorg/spongycastle/crypto/CryptoException;-><init>(Ljava/lang/String;)V
.line 26
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.registers 3
.prologue
.line 38
invoke-direct {p0, p1, p2}, Lorg/spongycastle/crypto/CryptoException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.line 39
return-void
.end method