Uses of Class
fedora.server.errors.ConnectionPoolNotFoundException

Packages that use ConnectionPoolNotFoundException
fedora.server.storage   
 

Uses of ConnectionPoolNotFoundException in fedora.server.storage
 

Methods in fedora.server.storage that throw ConnectionPoolNotFoundException
 ConnectionPool ConnectionPoolManagerImpl.getPool()
          Gets the default Connection Pool.
 ConnectionPool ConnectionPoolManager.getPool()
          Gets the default Connection Pool.
 ConnectionPool ConnectionPoolManagerImpl.getPool(java.lang.String poolName)
          Gets a named connection pool.
 ConnectionPool ConnectionPoolManager.getPool(java.lang.String poolName)
          Gets the specified connection pool.