Module org.mule.oauth.client.api
Class TokenNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mule.runtime.api.exception.MuleException
-
- org.mule.oauth.client.api.exception.TokenNotFoundException
-
- All Implemented Interfaces:
Serializable
public final class TokenNotFoundException extends org.mule.runtime.api.exception.MuleExceptionIt was not possible to retrieve the access token or the refresh token from the token URL response- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenNotFoundException(String tokenUrl, org.mule.runtime.http.api.domain.message.response.HttpResponse response, String body)
-
Method Summary
-
Methods inherited from class org.mule.runtime.api.exception.MuleException
addAllInfo, addInfo, appendMessage, equals, getAdditionalInfo, getDetailedMessage, getExceptionInfo, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-