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 class
SSCDatabaseLockedException
This class represents a database locked exceptional condition.class
SSCExternalException
This class represents exceptional conditions that occur during the execution of SSC operations.class
SSCInternalException
This class represents exceptional conditions that occur during the execution of SSC operations.class
SSCResourceLimitExceededException
This 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.
-