Class StardogAuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StardogAuthenticationException
    extends com.complexible.stardog.security.StardogSecurityException
    Exception thrown when it was not possible to authenticate a stardog user with the provided credentials
    Author:
    Blazej Bulka
    See Also:
    Serialized Form
    • 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

      • StardogAuthenticationException

        public StardogAuthenticationException()
        Create a new StardogAuthorizationException
      • StardogAuthenticationException

        public StardogAuthenticationException​(java.lang.String theMessage)
        Create a new StardogAuthenticationException
        Parameters:
        theMessage - the error message
      • StardogAuthenticationException

        public StardogAuthenticationException​(java.lang.String theMessage,
                                              java.lang.Throwable theCause)
        Create a new StardogAuthenticationException
        Parameters:
        theMessage - the error message
        theCause - the cause
      • StardogAuthenticationException

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