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:
 java.io.Serializable
public class StardogAuthenticationException extends com.complexible.stardog.security.StardogSecurityExceptionException thrown when it was not possible to authenticate a stardog user with the provided credentials- Author:
 - Blazej Bulka
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StardogAuthenticationException()Create a new StardogAuthorizationExceptionStardogAuthenticationException(java.lang.String theMessage)Create a new StardogAuthenticationExceptionStardogAuthenticationException(java.lang.String theMessage, java.lang.Throwable theCause)Create a new StardogAuthenticationExceptionStardogAuthenticationException(java.lang.Throwable theCause)Create a new StardogAuthenticationException 
 - 
 
- 
- 
Constructor Detail
- 
StardogAuthenticationException
public StardogAuthenticationException()
Create a new StardogAuthorizationException 
- 
StardogAuthenticationException
public StardogAuthenticationException(java.lang.String theMessage)
Create a new StardogAuthenticationException- Parameters:
 theMessage- the error message
 
- 
StardogAuthenticationException
public StardogAuthenticationException(java.lang.String theMessage, java.lang.Throwable theCause)Create a new StardogAuthenticationException- Parameters:
 theMessage- the error messagetheCause- the cause
 
- 
StardogAuthenticationException
public StardogAuthenticationException(java.lang.Throwable theCause)
Create a new StardogAuthenticationException- Parameters:
 theCause- the cause
 
 - 
 
 -