org.mule.api.security
Class UnauthorisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.api.MuleException
org.mule.api.MessagingException
org.mule.api.security.SecurityException
org.mule.api.security.UnauthorisedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CredentialsNotSetException
public class UnauthorisedException
- extends SecurityException
UnauthorisedException is thrown if authentication fails
- See Also:
- Serialized Form
| Methods inherited from class org.mule.api.MuleException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
UnauthorisedException
public UnauthorisedException(Message message)
UnauthorisedException
public UnauthorisedException(Message message,
Throwable cause)
UnauthorisedException
public UnauthorisedException(Message message,
MuleMessage muleMessage)
UnauthorisedException
public UnauthorisedException(Message message,
MuleMessage muleMessage,
Throwable cause)
UnauthorisedException
public UnauthorisedException(MuleMessage message,
SecurityContext context,
ImmutableEndpoint endpoint,
EndpointSecurityFilter filter)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.