Class ConnectionPoolException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • ConnectionPoolException

        public ConnectionPoolException​(java.lang.String msgId,
                                       java.lang.Object[] msgParams,
                                       java.lang.Throwable cause)
      • ConnectionPoolException

        public ConnectionPoolException​(java.lang.String msgId,
                                       java.lang.Object[] msgParams)
      • ConnectionPoolException

        public ConnectionPoolException​(java.lang.String msgId,
                                       java.lang.Throwable cause)
      • ConnectionPoolException

        public ConnectionPoolException​(java.lang.String msgId)