Class PoolException

All Implemented Interfaces:
Serializable

public class PoolException extends NestedRuntimeException
Exception thrown when there are issues with a resource pool
Author:
Jennifer Hickey, Christoph Strobl, Mark Paluch
See Also:
  • Constructor Details

    • PoolException

      public PoolException(String msg)
      Constructs a new PoolException instance.
      Parameters:
      msg - the detail message.
    • PoolException

      public PoolException(@Nullable String msg, @Nullable Throwable cause)
      Constructs a new PoolException instance.
      Parameters:
      msg - the detail message.
      cause - the nested exception.