Module org.mule.oauth.client.api
Class TokenUrlResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mule.runtime.api.exception.MuleException
-
- org.mule.oauth.client.api.exception.TokenUrlResponseException
-
- All Implemented Interfaces:
Serializable
public final class TokenUrlResponseException extends org.mule.runtime.api.exception.MuleExceptionThere was a problem with the call to the tokenUrl.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenUrlResponseException(String tokenUrl, Exception cause)TokenUrlResponseException(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
-
-
-
-
Constructor Detail
-
TokenUrlResponseException
public TokenUrlResponseException(String tokenUrl, org.mule.runtime.http.api.domain.message.response.HttpResponse response, String body) throws IOException
- Throws:
IOException
-
-