Package com.atlan.exception
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PermissionException
Error that occurs when there is a problem with the API token configured in the SDK.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionAuthenticationException
(ErrorCode error) AuthenticationException
(ErrorCode error, String... params) AuthenticationException
(ErrorCode error, Throwable e) protected
AuthenticationException
(ExceptionMessageDefinition error, int statusCode) -
Method Summary
Methods inherited from class com.atlan.exception.AtlanException
getAtlanError, getCode, getMessage, getStatusCode, getUserMessage, setAtlanError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-