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:
java.io.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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RepositoryException()
RepositoryException(java.lang.String msg)
RepositoryException(java.lang.String msg, java.lang.Throwable t)
RepositoryException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RepositoryException
public RepositoryException()
-
RepositoryException
public RepositoryException(java.lang.String msg)
-
RepositoryException
public RepositoryException(java.lang.Throwable t)
-
RepositoryException
public RepositoryException(java.lang.String msg, java.lang.Throwable t)
-
-