public class UnsupportedAuthenticationSchemeException
extends org.mule.runtime.api.security.ServerSecurityException
implements org.mule.runtime.api.exception.ErrorMessageAwareException
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the
Security filter does not understand.| Constructor and Description |
|---|
UnsupportedAuthenticationSchemeException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.message.Message errorMessage) |
UnsupportedAuthenticationSchemeException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause,
org.mule.runtime.api.message.Message errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.Message |
getErrorMessage() |
Throwable |
getRootCause() |
addInfo, appendMessage, appendSummaryMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, isVerboseExceptions, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedAuthenticationSchemeException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.message.Message errorMessage)
public UnsupportedAuthenticationSchemeException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause,
org.mule.runtime.api.message.Message errorMessage)
public org.mule.runtime.api.message.Message getErrorMessage()
getErrorMessage in interface org.mule.runtime.api.exception.ErrorMessageAwareExceptionpublic Throwable getRootCause()
getRootCause in interface org.mule.runtime.api.exception.ErrorMessageAwareExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.