PooledByteBuffer$ClosedException.smali
.class public Lcom/facebook/common/memory/PooledByteBuffer$ClosedException;
.super Ljava/lang/RuntimeException;
.source "PooledByteBuffer.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/common/memory/PooledByteBuffer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "ClosedException"
.end annotation
# direct methods
.method public constructor <init>()V
.registers 2
const-string v0, "Invalid bytebuf. Already closed"
.line 74
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
return-void
.end method