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 Summary
ConstructorDescriptionDefault Constructor.Constructor with messageAuthenticationException
(String msg, Throwable parent) Constructor with message and exceptionAuthenticationException
(Throwable parent) Constructor with exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
public AuthenticationException()Default Constructor. -
AuthenticationException
Constructor with message- Parameters:
msg
- message
-
AuthenticationException
Constructor with exception- Parameters:
parent
- parent exception
-
AuthenticationException
Constructor with message and exception- Parameters:
msg
- messageparent
- parent exception
-