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