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:
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
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(java.lang.String theMsg)
DatabaseException(java.lang.String theMsg, java.lang.Throwable theCause)
DatabaseException(java.lang.Throwable theCause)
-