292293294295296297298299300301302
conn.commit(); } } catch( SQLException e ) { throw new WikiSecurityException( "Could not delete group " + groupName + ": " + e.getMessage(), e ); } finally { try {
350351352353354355356357358359360
} ps.close(); } catch( SQLException e ) { throw new WikiSecurityException( e.getMessage(), e ); } finally { try {
459460461462463464465466467468469
conn.commit(); } } catch( SQLException e ) { throw new WikiSecurityException( e.getMessage(), e ); } finally { try {
447448449450451452453454455456457
io.write( "</groups>" ); io.close(); } catch( IOException e ) { throw new WikiSecurityException( e.getLocalizedMessage(), e ); } // Copy new file over old version File backup = new File( m_file.getAbsolutePath() + ".old" ); if ( backup.exists() )