Class RDF4JSpringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.spring.dao.exception.RDF4JSpringException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,RDF4JDaoException
,RDF4JTransactionException
public class RDF4JSpringException extends RDF4JException
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RDF4JSpringException()
RDF4JSpringException(String message)
RDF4JSpringException(String message, Throwable cause)
RDF4JSpringException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-