Class FedXQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.federated.exception.FedXQueryException
-
- All Implemented Interfaces:
Serializable
public class FedXQueryException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FedXQueryException()
FedXQueryException(String arg0)
FedXQueryException(String arg0, Throwable arg1)
FedXQueryException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-