Uses of Class
compbio.metadata.JobSubmissionException

Packages that use JobSubmissionException
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.metadata A meta-data model for multiple sequence alignment web services Classes in this package have no dependencies to other sources in the project. 
 

Uses of JobSubmissionException in compbio.data.msa
 

Methods in compbio.data.msa that throw JobSubmissionException
 String MsaWS.align(List<FastaSequence> sequences)
          Align a list of sequences with default settings.
 String SequenceAnnotation.analize(List<FastaSequence> sequences)
          Analyse the sequences.
 String MsaWS.customAlign(List<FastaSequence> sequences, List<Option<T>> options)
          Align a list of sequences with options.
 String SequenceAnnotation.customAnalize(List<FastaSequence> sequences, List<Option<T>> options)
          Analyse the sequences according to custom settings defined in options list.
 String MsaWS.presetAlign(List<FastaSequence> sequences, Preset<T> preset)
          Align a list of sequences with preset.
 String SequenceAnnotation.presetAnalize(List<FastaSequence> sequences, Preset<T> preset)
          Analyse the sequences according to the preset settings.
 

Uses of JobSubmissionException in compbio.metadata
 

Subclasses of JobSubmissionException in compbio.metadata
 class LimitExceededException
          This exception is thrown if the task larger in size that the limit that applies to the calculation.
 class UnsupportedRuntimeException
          Indicates that the server could not execute native executables.