public final class UnsupportedAuthenticationSchemeException extends ServerSecurityException implements ErrorMessageAwareException
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the
Security filter does not understand.EXCEPTION_MESSAGE_DELIMITER, EXCEPTION_MESSAGE_SECTION_DELIMITER, INFO_ALREADY_LOGGED_KEY, INFO_ERROR_TYPE_KEY, INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY, MISSING_DEFAULT_VALUE, MULE_VERBOSE_EXCEPTIONS, verboseExceptions| Constructor and Description |
|---|
UnsupportedAuthenticationSchemeException(I18nMessage message,
Message errorMessage) |
UnsupportedAuthenticationSchemeException(I18nMessage message,
Throwable cause,
Message errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
Message |
getErrorMessage()
Retrieves the error
Message to be used in the error creation. |
addInfo, appendMessage, equals, getDetailedMessage, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedAuthenticationSchemeException(I18nMessage message, Message errorMessage)
public UnsupportedAuthenticationSchemeException(I18nMessage message, Throwable cause, Message errorMessage)
public Message getErrorMessage()
ErrorMessageAwareExceptionMessage to be used in the error creation.getErrorMessage in interface ErrorMessageAwareExceptionMessage regarding the errorCopyright © 2019 MuleSoft, Inc.. All rights reserved.