Serialized Form
-
Package stormpot
-
Exception Class stormpot.PoolException
class PoolException extends RuntimeException implements Serializable- serialVersionUID:
- -1908093409167496640L
-
-
Package stormpot.internal
-
Exception Class stormpot.internal.PoisonException
class PoisonException extends Exception implements Serializable- serialVersionUID:
- 5196724916292026430L
-
Class stormpot.internal.RefillPile
- serialVersionUID:
- 2374582348576873465L
-
Serialized Fields
-
refillQueue
BlockingQueue<BSlot<T extends Poolable>> refillQueue
RefillPile is accidentally serializable because it extendsAtomicReference. However, it is not actually serializable because theBlockingQueueinterface is not serializable.
-
-