Package org.eclipse.rdf4j.repository
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.repository.RepositoryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RepositoryLockedException
,RepositoryReadOnlyException
,UnauthorizedException
,UnknownTransactionStateException
An exception thrown by classes from the Repository API to indicate an error. Most of the time, this exception will
wrap another exception that indicates the actual source of the error.
- 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
-
RepositoryException
public RepositoryException() -
RepositoryException
-
RepositoryException
-
RepositoryException
-