Package org.eclipse.rdf4j.sail
Class SailConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.sail.SailException
org.eclipse.rdf4j.sail.SailConflictException
- All Implemented Interfaces:
Serializable
An exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled. Such
as when multiple conflicting
IsolationLevels.SERIALIZABLE
transactions overlap in time.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SailConflictException
public SailConflictException() -
SailConflictException
-
SailConflictException
-
SailConflictException
-