Package org.eclipse.rdf4j.sail
Class UnknownSailTransactionStateException
- 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.UnknownSailTransactionStateException
-
- All Implemented Interfaces:
Serializable
public class UnknownSailTransactionStateException extends SailException
Indicates that a SAIL's transaction state (active or inactive) cannot be determined.- Author:
- Jeen Broekstra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownSailTransactionStateException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownSailTransactionStateException
public UnknownSailTransactionStateException(String msg)
-
-