Class DatabaseException

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

    • DatabaseException

      public DatabaseException(String theMsg)
    • DatabaseException

      public DatabaseException(Throwable theCause)
    • DatabaseException

      public DatabaseException(String theMsg, Throwable theCause)