Class Rdf4jDriverException

All Implemented Interfaces:
Serializable

public class Rdf4jDriverException extends OntoDriverException
This is a generic, checked exception thrown by the RDF4J driver.

It extends the OntoDriverException, so we can throw it instead of that one.

See Also:
  • Constructor Details

    • Rdf4jDriverException

      public Rdf4jDriverException(String message)
    • Rdf4jDriverException

      public Rdf4jDriverException(Throwable cause)
    • Rdf4jDriverException

      public Rdf4jDriverException(String message, Throwable cause)