Class RollbackException
- 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
-
- org.eclipse.rdf4j.spring.tx.exception.RDF4JTransactionException
-
- org.eclipse.rdf4j.spring.tx.exception.RollbackException
-
- All Implemented Interfaces:
Serializable
public class RollbackException extends RDF4JTransactionException
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RollbackException()
RollbackException(String message)
RollbackException(String message, Throwable cause)
RollbackException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-