Uses of Class
fedora.server.errors.LowlevelStorageInconsistencyException

Packages that use LowlevelStorageInconsistencyException
fedora.server.storage.lowlevel   
 

Uses of LowlevelStorageInconsistencyException in fedora.server.storage.lowlevel
 

Methods in fedora.server.storage.lowlevel that throw LowlevelStorageInconsistencyException
 void DBPathRegistry.executeSql(java.lang.String sql)
           
 java.lang.String DBPathRegistry.get(java.lang.String pid)
           
protected abstract  java.util.Enumeration PathRegistry.keys()
           
protected  java.util.Enumeration DBPathRegistry.keys()
           
 void DBPathRegistry.put(java.lang.String pid, java.lang.String path)
           
 void DBPathRegistry.remove(java.lang.String pid)