Author: samindaw
Date: Sun May 26 23:39:10 2013
New Revision: 1486492
URL: http://svn.apache.org/r1486492
Log:
adding gfac job authoring impl + updating gridftp conf handler interface etc.
Added:
airavata/trunk/modules/registry/registry-api/src/main/java/org/apache/airavata/registry/api/exception/worker/InvalidGFacJobIDException.java
(with props)
Added:
airavata/trunk/modules/registry/registry-api/src/main/java/org/apache/airavata/registry/api/exception/worker/InvalidGFacJobIDException.java
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/registry/registry-api/src/main/java/org/apache/airavata/registry/api/exception/worker/InvalidGFacJobIDException.java?rev=1486492&view=auto
==============================================================================
---
airavata/trunk/modules/registry/registry-api/src/main/java/org/apache/airavata/registry/api/exception/worker/InvalidGFacJobIDException.java
(added)
+++
airavata/trunk/modules/registry/registry-api/src/main/java/org/apache/airavata/registry/api/exception/worker/InvalidGFacJobIDException.java
Sun May 26 23:39:10 2013
@@ -0,0 +1,34 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+
+package org.apache.airavata.registry.api.exception.worker;
+
+import org.apache.airavata.registry.api.exception.RegistryException;
+
+public class InvalidGFacJobIDException extends RegistryException {
+
+ private static final long serialVersionUID = -8006347245307495767L;
+
+ public InvalidGFacJobIDException() {
+ super("The GFac job ID cannot be null or empty!!!");
+ }
+
+}
Propchange:
airavata/trunk/modules/registry/registry-api/src/main/java/org/apache/airavata/registry/api/exception/worker/InvalidGFacJobIDException.java
------------------------------------------------------------------------------
svn:mime-type = text/plain