Package org.eclipse.rdf4j.repository
Class RepositoryReadOnlyException
- 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.RepositoryReadOnlyException
-
- All Implemented Interfaces:
Serializable
public class RepositoryReadOnlyException extends RepositoryException
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.- Author:
- James Leigh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryReadOnlyException()
RepositoryReadOnlyException(String msg)
RepositoryReadOnlyException(String msg, Throwable t)
RepositoryReadOnlyException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-