Class PoolException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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