public class HTTPQueryEvaluationException extends QueryEvaluationException
Constructor and Description |
---|
HTTPQueryEvaluationException(String msg) |
HTTPQueryEvaluationException(String msg,
Throwable cause) |
HTTPQueryEvaluationException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
IOException |
getCauseAsIOException() |
MalformedQueryException |
getCauseAsMalformedQueryException() |
RepositoryException |
getCauseAsRepositoryException() |
boolean |
isCausedByIOException() |
boolean |
isCausedByMalformedQueryException() |
boolean |
isCausedByRepositoryException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HTTPQueryEvaluationException(String msg)
msg
- public HTTPQueryEvaluationException(String msg, Throwable cause)
msg
- cause
- public HTTPQueryEvaluationException(Throwable cause)
cause
- public boolean isCausedByIOException()
public boolean isCausedByRepositoryException()
public boolean isCausedByMalformedQueryException()
public IOException getCauseAsIOException()
public RepositoryException getCauseAsRepositoryException()
public MalformedQueryException getCauseAsMalformedQueryException()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.