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:
  • Constructor Details

    • FedXQueryException

      public FedXQueryException()
    • FedXQueryException

      public FedXQueryException(String arg0, Throwable arg1)
    • FedXQueryException

      public FedXQueryException(String arg0)
    • FedXQueryException

      public FedXQueryException(Throwable arg0)