Class PoolFullException

All Implemented Interfaces:
Serializable

public class PoolFullException extends RuntimeException
Indicates that a Pool is full and can't be given more items.
See Also:
  • Constructor Details

    • PoolFullException

      public PoolFullException()
    • PoolFullException

      public PoolFullException(String message)