Class DatabaseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DatabaseException
    extends StardogException

    Signals that an error has occurred while performing an operation on a database

    Since:
    1.2
    Version:
    1.2
    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

      • DatabaseException

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

        public DatabaseException​(java.lang.Throwable theCause)
      • DatabaseException

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