public class BasicUnauthorisedException extends UnauthorisedException implements ErrorMessageAwareException
| Constructor and Description |
|---|
BasicUnauthorisedException(Event event,
SecurityContext context,
SecurityFilter filter) |
BasicUnauthorisedException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.message.Message errorMessage) |
BasicUnauthorisedException(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 BasicUnauthorisedException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.message.Message errorMessage)
public BasicUnauthorisedException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause,
org.mule.runtime.api.message.Message errorMessage)
public BasicUnauthorisedException(Event event, SecurityContext context, SecurityFilter filter)
public org.mule.runtime.api.message.Message getErrorMessage()
getErrorMessage in interface ErrorMessageAwareExceptionpublic Throwable getRootCause()
getRootCause in interface ErrorMessageAwareExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.