Project

General

Profile

« Previous | Next » 

Revision 5027

Added by daigle over 14 years ago

Change MetaCatVersion to MetacatVersion

View differences:

ScheduledJobAccess.java
131 131
			ResultSet resultSet = pstmt.getResultSet();
132 132
			if (resultSet.next()) {
133 133
				jobDAO = populateDAO(resultSet);
134
			} else {
135
				throw new AccessException("ScheduledJobAccess.getJobByName - could not find scheduled job with name: " 
136
						+ jobName);
134 137
			}
135 138
			
136 139
		} catch (SQLException sqle) {

Also available in: Unified diff