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:
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
-
-
Constructor Summary
Constructors Constructor Description StardogAuthorizationException()
Create a new StardogAuthorizationExceptionStardogAuthorizationException(java.lang.String theMessage)
Create a new StardogAuthorizationExceptionStardogAuthorizationException(java.lang.String theMessage, java.lang.Throwable theCause)
Create a new StardogAuthorizationExceptionStardogAuthorizationException(java.lang.Throwable theCause)
Create a new StardogAuthorizationException
-
-
-
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 messagetheCause
- the cause
-
StardogAuthorizationException
public StardogAuthorizationException(java.lang.Throwable theCause)
Create a new StardogAuthorizationException- Parameters:
theCause
- the cause
-
-