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