Package org.eclipse.rdf4j.sail
Class SailLockedException
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.SailLockedException
- All Implemented Interfaces:
Serializable
Indicates that a SAIL cannot be initialised because the configured persisted location is locked.
- Author:
- James Leigh
- See Also:
-
Constructor Summary
ConstructorDescriptionSailLockedException
(String requestedBy) SailLockedException
(String lockedBy, String requestedBy) SailLockedException
(String lockedBy, String requestedBy, LockManager manager) -
Method Summary
Modifier and TypeMethodDescriptionReturns the name representing the Java virtual machine that acquired the lock.Returns the name representing the Java virtual machine that requested the lock.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SailLockedException
-
SailLockedException
-
SailLockedException
-
-
Method Details
-
getLockedBy
Returns the name representing the Java virtual machine that acquired the lock.- Returns:
- the name representing the Java virtual machine that acquired the lock.
-
getRequestedBy
Returns the name representing the Java virtual machine that requested the lock.- Returns:
- the name representing the Java virtual machine that requested the lock.
-
getLockManager
- Returns:
- Returns the lock manager that failed to obtain a lock.
-