Package org.eclipse.rdf4j.sail.config
Class SailConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.common.exception.RDF4JConfigException
org.eclipse.rdf4j.sail.config.SailConfigException
- All Implemented Interfaces:
Serializable
Exception indicating a sail configuration problem.
- Author:
- Arjohn Kampman
- See Also:
-
Constructor Summary
ConstructorDescriptionSailConfigException
(String message) SailConfigException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SailConfigException
public SailConfigException() -
SailConfigException
-
SailConfigException
-
SailConfigException
-