public static class

PooledByteBuffer.ClosedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.facebook.common.memory.PooledByteBuffer.ClosedException

Class Overview

Exception indicating that the PooledByteBuffer is closed

Summary

Public Constructors
ClosedException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ClosedException ()