Class StardogException

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

    public class StardogException
    extends java.lang.RuntimeException

    Base 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 StardogException
      StardogException​(java.lang.String theMessage)
      Create a new StardogException
      StardogException​(java.lang.String theMessage, java.lang.Throwable theCause)
      Create a new StardogException
      StardogException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 message
        theCause - the cause
      • StardogException

        public StardogException​(java.lang.Throwable theCause)
        Create a new StardogException
        Parameters:
        theCause - the cause