Module org.mule.oauth.client.api
Class RequestAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mule.runtime.api.exception.MuleException
-
- org.mule.oauth.client.api.exception.RequestAuthenticationException
-
- All Implemented Interfaces:
Serializable
public final class RequestAuthenticationException extends org.mule.runtime.api.exception.MuleExceptionException throw when it's not possible to create the authentication request for a given request.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestAuthenticationException(org.mule.runtime.api.i18n.I18nMessage message)
-
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
-
-