Package org.eclipse.rdf4j.sail
Class SailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.sail.SailException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SailConflictException
,SailLockedException
,SailReadOnlyException
,ShaclSailValidationException
,UnknownSailTransactionStateException
public class SailException extends RDF4JException
An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SailException()
SailException(java.lang.String msg)
SailException(java.lang.String msg, java.lang.Throwable t)
SailException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-