Package com.glideidentity.exception
Class AuthError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.glideidentity.exception.AuthError
- All Implemented Interfaces:
Serializable
Authentication error for OAuth2 client credentials flow.
Thrown when OAuth2 authentication fails, including:
- Invalid client credentials
- Token fetch failures
- Token refresh failures
- Expired or invalid tokens
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_CREDENTIALS
- See Also:
-
TOKEN_FETCH_FAILED
- See Also:
-
TOKEN_EXPIRED
- See Also:
-
UNAUTHORIZED
- See Also:
-
-
Constructor Details
-
AuthError
-
AuthError
-
AuthError
-
AuthError
-
-
Method Details
-
getErrorCode
-
getStatusCode
public int getStatusCode()
-