restoreRBACDatabase( backupDirectory );
restoreUsersDatabase( backupDirectory );
}
catch ( XMLStreamException e )
{
throw new DataManagementException( e );
}
catch ( PlexusStoreException e )
{
throw new DataManagementException( e );
}
catch ( RbacManagerException e )
{
throw new DataManagementException( e );
}
}