public static class

BasePool.PoolSizeViolationException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.facebook.imagepipeline.memory.BasePool.PoolSizeViolationException

Class Overview

Indicates that the pool size will exceed the hard cap if we allocated a value of size 'allocSize'

Summary

Public Constructors
PoolSizeViolationException(int hardCap, int usedBytes, int freeBytes, int allocSize)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PoolSizeViolationException (int hardCap, int usedBytes, int freeBytes, int allocSize)