Package org.eclipse.rdf4j.sail
Class SailReadOnlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.sail.SailException
-
- org.eclipse.rdf4j.sail.SailReadOnlyException
-
- All Implemented Interfaces:
java.io.Serializable
public class SailReadOnlyException extends SailException
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SailReadOnlyException(java.lang.String msg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-