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