Package com.complexible.stardog
Class StardogException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.complexible.stardog.StardogException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseConsistencyException,DatabaseException,com.complexible.stardog.security.StardogSecurityException
Base class for all Stardog exceptions
- Since:
- 0.1
- Version:
- 4.0
- Author:
- Michael Grove
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new StardogExceptionStardogException(String theMessage) Create a new StardogExceptionStardogException(String theMessage, Throwable theCause) Create a new StardogExceptionStardogException(Throwable theCause) Create a new StardogException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StardogException
public StardogException()Create a new StardogException -
StardogException
Create a new StardogException- Parameters:
theMessage- the error message
-
StardogException
Create a new StardogException- Parameters:
theMessage- the error messagetheCause- the cause
-
StardogException
Create a new StardogException- Parameters:
theCause- the cause
-