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
public class RepositoryException extends RDF4JException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryException()
RepositoryException(String msg)
RepositoryException(String msg, Throwable t)
RepositoryException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-