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:
java.io.Serializable
- Direct Known Subclasses:
DatabaseConsistencyException,DatabaseException,com.complexible.stardog.security.StardogSecurityException
public class StardogException extends java.lang.RuntimeExceptionBase class for all Stardog exceptions
- Since:
- 0.1
- Version:
- 4.0
- Author:
- Michael Grove
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StardogException()Create a new StardogExceptionStardogException(java.lang.String theMessage)Create a new StardogExceptionStardogException(java.lang.String theMessage, java.lang.Throwable theCause)Create a new StardogExceptionStardogException(java.lang.Throwable theCause)Create a new StardogException
-
-
-
Constructor Detail
-
StardogException
public StardogException()
Create a new StardogException
-
StardogException
public StardogException(java.lang.String theMessage)
Create a new StardogException- Parameters:
theMessage- the error message
-
StardogException
public StardogException(java.lang.String theMessage, java.lang.Throwable theCause)Create a new StardogException- Parameters:
theMessage- the error messagetheCause- the cause
-
StardogException
public StardogException(java.lang.Throwable theCause)
Create a new StardogException- Parameters:
theCause- the cause
-
-