UnsupportedDrmException.smali
.class public final Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;
.super Ljava/lang/Exception;
.source "UnsupportedDrmException.java"
# static fields
.field public static final REASON_INSTANTIATION_ERROR:I = 0x2
.field public static final REASON_UNSUPPORTED_SCHEME:I = 0x1
# instance fields
.field public final reason:I
# direct methods
.method public constructor <init>(I)V
.registers 2
.line 1
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
.line 2
iput p1, p0, Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;->reason:I
return-void
.end method
.method public constructor <init>(ILjava/lang/Exception;)V
.registers 3
.line 3
invoke-direct {p0, p2}, Ljava/lang/Exception;-><init>(Ljava/lang/Throwable;)V
.line 4
iput p1, p0, Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;->reason:I
return-void
.end method