Class ConnectionPoolException

All Implemented Interfaces:
Serializable

public class ConnectionPoolException extends AlfrescoRuntimeException
Exception wraps NoSuchElementException from org.apache.commons.dbcp2.BasicDataSource
Since:
4.1.9
Author:
alex.mukha
See Also:
  • Constructor Details

    • ConnectionPoolException

      public ConnectionPoolException(String msgId, Object[] msgParams, Throwable cause)
    • ConnectionPoolException

      public ConnectionPoolException(String msgId, Object[] msgParams)
    • ConnectionPoolException

      public ConnectionPoolException(String msgId, Throwable cause)
    • ConnectionPoolException

      public ConnectionPoolException(String msgId)