public class BasicUnauthorisedException extends UnauthorisedException implements org.mule.runtime.api.exception.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) |
BasicUnauthorisedException(SecurityContext context,
String filter,
String connector,
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 BasicUnauthorisedException(SecurityContext context, String filter, String connector, 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.