Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DatabaseConsistencyException

        public DatabaseConsistencyException​(java.lang.String theMsg)
      • DatabaseConsistencyException

        public DatabaseConsistencyException​(java.lang.String theMsg,
                                            java.lang.Throwable theCause)