Class FedXRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.federated.exception.FedXRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OptimizationException

public class FedXRuntimeException extends RuntimeException
Base class for any FedX Exception.
Author:
Andreas Schwarte
See Also:
  • Constructor Details

    • FedXRuntimeException

      public FedXRuntimeException()
    • FedXRuntimeException

      public FedXRuntimeException(String arg0, Throwable arg1)
    • FedXRuntimeException

      public FedXRuntimeException(String arg0)
    • FedXRuntimeException

      public FedXRuntimeException(Throwable arg0)