Package org.eclipse.rdf4j.repository
Class RepositoryLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.repository.RepositoryException
org.eclipse.rdf4j.repository.RepositoryLockedException
- All Implemented Interfaces:
Serializable
Indicates that a Repository cannot be initialised because the configured persisted location is locked.
- Author:
- James Leigh
- See Also:
-
Constructor Summary
ConstructorDescriptionRepositoryLockedException
(String lockedBy, String requestedBy, String msg, Throwable t) -
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
-
RepositoryLockedException
-
-
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.
-