Class StardogAuthorizationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StardogAuthorizationException
    extends com.complexible.stardog.security.StardogSecurityException
    Exception thrown when the user is not authorized to perform the operation.
    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

      • StardogAuthorizationException

        public StardogAuthorizationException()
        Create a new StardogAuthorizationException
      • StardogAuthorizationException

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

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

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