Uses of Class
fedora.server.errors.ObjectNotInLowlevelStorageException

Packages that use ObjectNotInLowlevelStorageException
fedora.server.storage.lowlevel   
 

Uses of ObjectNotInLowlevelStorageException in fedora.server.storage.lowlevel
 

Methods in fedora.server.storage.lowlevel that throw ObjectNotInLowlevelStorageException
 void DBPathRegistry.executeSql(java.lang.String sql)
           
 java.lang.String DBPathRegistry.get(java.lang.String pid)
           
 void DBPathRegistry.put(java.lang.String pid, java.lang.String path)
           
 void DBPathRegistry.remove(java.lang.String pid)