Package org.apache.airavata.model.error

Examples of org.apache.airavata.model.error.AiravataSystemException$AiravataSystemExceptionTupleSchemeFactory


        throw new Exception("Saved job protocol is not GSISSH");
      }
      return d;
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here


        throw new Exception("Saved job protocol is not Globus");
      }
      return d;
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

        throw new Exception("Saved job protocol is not GSISSH");
      }
      return d;
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

      AiravataSystemException, TException {
    try {
      return getRegistry().isHostDescriptorExists(hostName);
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

        }
      }
      return serviceDescription.getType().getName();
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
   
  }
View Full Code Here

        ids.add(serviceDescription.getType().getName());
      }
      return ids;
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

        applicationInterface.addToApplicationDeployments(applicationDeployment);
      }
      return applicationInterface;
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

      ApplicationDescription appDescription = ApplicationDescription.fromXML(applicationDeployment.getApplicationDescriptor().getApplicationDescriptorData());
      getRegistry().addApplicationDescriptor(applicationInterfaceId, applicationDeployment.getComputeResourceDescription().getResourceId(), appDescription);
      return appDescription.getType().getApplicationName().getStringValue();
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

        ids.add(applicationDescriptors.get(hostId).getType().getApplicationName().getStringValue());
      }
      return ids;
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

        }
      }
      return null;
    } catch (Exception e) {
      e.printStackTrace();
      throw new AiravataSystemException();
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.airavata.model.error.AiravataSystemException$AiravataSystemExceptionTupleSchemeFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.