Class DatabaseConsistencyException

All Implemented Interfaces:
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:
  • Constructor Details

    • DatabaseConsistencyException

      public DatabaseConsistencyException(String theMsg)
    • DatabaseConsistencyException

      public DatabaseConsistencyException(String theMsg, Throwable theCause)