Class PoolExhaustedException

All Implemented Interfaces:
Serializable

public class PoolExhaustedException extends PoolException
Thrown when the pool is empty and no new requests can be serviced.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • PoolExhaustedException

      public PoolExhaustedException(String msg)
      Creates a new pool exhausted exception.
      Parameters:
      msg - describing this exception
    • PoolExhaustedException

      public PoolExhaustedException(Exception e)
      Creates a new pool exhausted exception.
      Parameters:
      e - pooling specific exception
    • PoolExhaustedException

      public PoolExhaustedException(String msg, Exception e)
      Creates a new pool exhausted exception.
      Parameters:
      msg - describing this exception
      e - pooling specific exception