Class FedXQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.federated.exception.FedXQueryException
- All Implemented Interfaces:
 Serializable
Exception to be thrown if during query evaluation a data source is not reachable, i.e. SocketException. All endpoints
are repaired and should work for the next query.
- Author:
 - Andreas Schwarte
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionFedXQueryException(String arg0) FedXQueryException(String arg0, Throwable arg1) FedXQueryException(Throwable arg0)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
FedXQueryException
public FedXQueryException() - 
FedXQueryException
 - 
FedXQueryException
 - 
FedXQueryException
 
 -