Class 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 Detail

      • FedXQueryException

        public FedXQueryException()
      • FedXQueryException

        public FedXQueryException​(String arg0,
                                  Throwable arg1)
      • FedXQueryException

        public FedXQueryException​(String arg0)
      • FedXQueryException

        public FedXQueryException​(Throwable arg0)