org.mule.api.security
Class UnauthorisedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.api.MuleException
              extended by org.mule.api.MessagingException
                  extended by org.mule.api.security.SecurityException
                      extended by 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

Field Summary
 
Fields inherited from class org.mule.api.MessagingException
event, muleMessage
 
Constructor Summary
UnauthorisedException(Message message)
           
UnauthorisedException(Message message, MuleEvent event)
           
UnauthorisedException(Message message, MuleEvent event, Throwable cause)
           
UnauthorisedException(Message message, Throwable cause)
           
UnauthorisedException(MuleEvent event, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
 
Method Summary
 
Methods inherited from class org.mule.api.MessagingException
getEvent, getMuleMessage
 
Methods inherited from class org.mule.api.MuleException
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorisedException

public UnauthorisedException(Message message)

UnauthorisedException

public UnauthorisedException(Message message,
                             Throwable cause)

UnauthorisedException

public UnauthorisedException(Message message,
                             MuleEvent event)

UnauthorisedException

public UnauthorisedException(Message message,
                             MuleEvent event,
                             Throwable cause)

UnauthorisedException

public UnauthorisedException(MuleEvent event,
                             SecurityContext context,
                             ImmutableEndpoint endpoint,
                             EndpointSecurityFilter filter)


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.