Class StardogAuthorizationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.complexible.stardog.StardogException
com.complexible.stardog.security.StardogSecurityException
com.complexible.stardog.security.StardogAuthorizationException
All Implemented Interfaces:
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:
  • Constructor Details

    • StardogAuthorizationException

      public StardogAuthorizationException()
      Create a new StardogAuthorizationException
    • StardogAuthorizationException

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

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

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