Package com.dtsx.astra.sdk.exception
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.dtsx.astra.sdk.exception.AuthenticationException
- All Implemented Interfaces:
- Serializable
Specialized Error.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDefault Constructor.Constructor with messageAuthenticationException(String msg, Throwable parent) Constructor with message and exceptionAuthenticationException(Throwable parent) Constructor with exception
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthenticationExceptionpublic AuthenticationException()Default Constructor.
- 
AuthenticationExceptionConstructor with message- Parameters:
- msg- message
 
- 
AuthenticationExceptionConstructor with exception- Parameters:
- parent- parent exception
 
- 
AuthenticationExceptionConstructor with message and exception- Parameters:
- msg- message
- parent- parent exception
 
 
-