Class TokenNotFoundException

  • All Implemented Interfaces:
    Serializable

    public final class TokenNotFoundException
    extends org.mule.runtime.api.exception.MuleException
    It 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 Detail

      • TokenNotFoundException

        public TokenNotFoundException​(String tokenUrl,
                                      org.mule.runtime.http.api.domain.message.response.HttpResponse response,
                                      String body)