Class TokenUrlResponseException

  • All Implemented Interfaces:
    Serializable

    public final class TokenUrlResponseException
    extends org.mule.runtime.api.exception.MuleException
    There was a problem with the call to the tokenUrl.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • TokenUrlResponseException

        public TokenUrlResponseException​(String tokenUrl,
                                         org.mule.runtime.http.api.domain.message.response.HttpResponse response,
                                         String body)
                                  throws IOException
        Throws:
        IOException
      • TokenUrlResponseException

        public TokenUrlResponseException​(String tokenUrl,
                                         Exception cause)