Class RetryWithoutWildcardFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ubic.basecode.ontology.search.OntologySearchException
-
- ubic.basecode.ontology.jena.search.OntologySearchJenaException
-
- ubic.basecode.ontology.jena.search.RetryWithoutWildcardFailedException
-
- All Implemented Interfaces:
Serializable
public class RetryWithoutWildcardFailedException extends OntologySearchJenaException
Exception raised when retrying a search without a wildcard still fails.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryWithoutWildcardFailedException(String message, String query, com.hp.hpl.jena.shared.JenaException firstAttemptCause, com.hp.hpl.jena.shared.JenaException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hp.hpl.jena.shared.JenaException
getFirstAttemptCause()
Obtain the cause or error for the first attempt.-
Methods inherited from class ubic.basecode.ontology.jena.search.OntologySearchJenaException
getCause
-
Methods inherited from class ubic.basecode.ontology.search.OntologySearchException
getQuery
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-