Uses of Class
gov.nasa.gsfc.spdf.ssc.SSCException
-
-
Uses of SSCException in gov.nasa.gsfc.spdf.ssc
Subclasses of SSCException in gov.nasa.gsfc.spdf.ssc Modifier and Type Class Description classSSCDatabaseLockedExceptionThis class represents a database locked exceptional condition.classSSCExternalExceptionThis class represents exceptional conditions that occur during the execution of SSC operations.classSSCInternalExceptionThis class represents exceptional conditions that occur during the execution of SSC operations.classSSCResourceLimitExceededExceptionThis class represents a resource limit exceeded exceptional condition.Methods in gov.nasa.gsfc.spdf.ssc that throw SSCException Modifier and Type Method Description java.util.List<gov.nasa.gsfc.sscweb.schema.Conjunction>QueryResultsReader. getConjunctions(java.io.BufferedReader results)Read the SSC query output and produces aJAXBElement<Conjunctions>represention of the output.
-