Package com.complexible.stardog.db
Class DatabaseConsistencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.complexible.stardog.StardogException
-
- com.complexible.stardog.db.DatabaseConsistencyException
-
- All Implemented Interfaces:
java.io.Serializable
public final class DatabaseConsistencyException extends StardogException
Exception thrown when there is a fatal transaction error when performing the commit or rollback operation and the database signifying that the database needs recovery to be performed on the failed transaction.
- Since:
- 1.2
- Version:
- 3.1
- Author:
- Michael Grove
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseConsistencyException(java.lang.String theMsg)
DatabaseConsistencyException(java.lang.String theMsg, java.lang.Throwable theCause)
-