Class PoolEmptyException

All Implemented Interfaces:
Serializable

public class PoolEmptyException extends RuntimeException
Indicates that a Pool is empty and no more items can be Pool.take()n.
See Also:
  • Constructor Details

    • PoolEmptyException

      public PoolEmptyException()
    • PoolEmptyException

      public PoolEmptyException(String message)