Package com.complexible.stardog.security
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 Summary
ConstructorsConstructorDescriptionCreate a new StardogAuthorizationExceptionStardogAuthorizationException(String theMessage) Create a new StardogAuthorizationExceptionStardogAuthorizationException(String theMessage, Throwable theCause) Create a new StardogAuthorizationExceptionStardogAuthorizationException(Throwable theCause) Create a new StardogAuthorizationException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StardogAuthorizationException
public StardogAuthorizationException()Create a new StardogAuthorizationException -
StardogAuthorizationException
Create a new StardogAuthorizationException- Parameters:
theMessage- the error message
-
StardogAuthorizationException
Create a new StardogAuthorizationException- Parameters:
theMessage- the error messagetheCause- the cause
-
StardogAuthorizationException
Create a new StardogAuthorizationException- Parameters:
theCause- the cause
-