Class PoolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivationException, BlockingTimeoutException, PoolExhaustedException, ValidationException

public class PoolException extends LdapException
Base exception thrown when a pool operation fails.
See Also:
  • Field Details

    • serialVersionUID

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

    • PoolException

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

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

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