Class HTTPQueryEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.query.QueryEvaluationException
-
- org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class HTTPQueryEvaluationException extends QueryEvaluationException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description HTTPQueryEvaluationException(java.lang.String msg)
HTTPQueryEvaluationException(java.lang.String msg, java.lang.Throwable cause)
HTTPQueryEvaluationException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOException
getCauseAsIOException()
MalformedQueryException
getCauseAsMalformedQueryException()
RepositoryException
getCauseAsRepositoryException()
boolean
isCausedByIOException()
boolean
isCausedByMalformedQueryException()
boolean
isCausedByRepositoryException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HTTPQueryEvaluationException
public HTTPQueryEvaluationException(java.lang.String msg)
- Parameters:
msg
-
-
HTTPQueryEvaluationException
public HTTPQueryEvaluationException(java.lang.String msg, java.lang.Throwable cause)
- Parameters:
msg
-cause
-
-
HTTPQueryEvaluationException
public HTTPQueryEvaluationException(java.lang.Throwable cause)
- Parameters:
cause
-
-
-
Method Detail
-
isCausedByIOException
public boolean isCausedByIOException()
-
isCausedByRepositoryException
public boolean isCausedByRepositoryException()
-
isCausedByMalformedQueryException
public boolean isCausedByMalformedQueryException()
-
getCauseAsIOException
public java.io.IOException getCauseAsIOException()
-
getCauseAsRepositoryException
public RepositoryException getCauseAsRepositoryException()
-
getCauseAsMalformedQueryException
public MalformedQueryException getCauseAsMalformedQueryException()
-
-