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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseConsistencyException(String theMsg) DatabaseConsistencyException(String theMsg, Throwable theCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseConsistencyException
-
DatabaseConsistencyException
-