Exception
ConnectionPool
40414243444546474849
pool = new PostgreSQLConnectionPool(); return pool; } else { Logger.error("No connection pool found based on type '" + type + "'"); throw new NoAvailablePoolException( "No connection pool found based on type '" + type + "'"); } } }