Project

General

Profile

« Previous | Next » 

Revision 4952

Added by daigle over 15 years ago

Add scheduler and workflow schedule functionality

View differences:

src/edu/ucsb/nceas/metacat/util/MetacatUtil.java
998 998
		} catch (GeneralPropertyException gpe) {
999 999
			throw new MetacatUtilException("Property error while discovering backup directory: "
1000 1000
					+ gpe.getMessage());
1001
		} catch (UtilException ue) {
1001
		} catch (MetacatUtilException mue) {
1002 1002
			throw new MetacatUtilException("Utility error while discovering backup directory: "
1003
					+ ue.getMessage());
1003
					+ mue.getMessage());
1004 1004
		}
1005 1005

  
1006 1006
	}

Also available in: Unified diff