Class TrackingByteBufferPool.ReleasingUnallocatedByteBufferException

All Implemented Interfaces:
Serializable
Enclosing class:
TrackingByteBufferPool

public static final class TrackingByteBufferPool.ReleasingUnallocatedByteBufferException extends TrackingByteBufferPool.LeakDetectorHeapByteBufferPoolException
Exception raised in TrackingByteBufferPool.putBuffer(ByteBuffer) if the buffer to release was not in the hash map.
See Also: