Exception
ConnectionPool
70717273747576777879
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 + "'"); } } }