Class StardogException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatabaseConsistencyException, DatabaseException, com.complexible.stardog.security.StardogSecurityException

public class StardogException extends RuntimeException

Base class for all Stardog exceptions

Since:
0.1
Version:
4.0
Author:
Michael Grove
See Also:
  • Constructor Details

    • StardogException

      public StardogException()
      Create a new StardogException
    • StardogException

      public StardogException(String theMessage)
      Create a new StardogException
      Parameters:
      theMessage - the error message
    • StardogException

      public StardogException(String theMessage, Throwable theCause)
      Create a new StardogException
      Parameters:
      theMessage - the error message
      theCause - the cause
    • StardogException

      public StardogException(Throwable theCause)
      Create a new StardogException
      Parameters:
      theCause - the cause