Package com.complexible.stardog.db
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.complexible.stardog.StardogException
com.complexible.stardog.db.DatabaseException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDatabaseException(String theMsg) DatabaseException(String theMsg, Throwable theCause) DatabaseException(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
-
DatabaseException
-
DatabaseException
-
DatabaseException
-