@MinMuleVersion(value="4.1")
public class AccessTokenExpiredException
extends org.mule.sdk.api.connectivity.oauth.AccessTokenExpiredException
The runtime will automatically catch this exception, try to execute the refresh token flow and retry the operation. If the operation fails again or the token couldn't be refresh for whatever reason, then the operation will fail.
| Constructor and Description |
|---|
AccessTokenExpiredException() |
AccessTokenExpiredException(String resourceOwnerId) |
getResourceOwnerIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessTokenExpiredException()
public AccessTokenExpiredException(String resourceOwnerId)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.