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, processedEvent
 
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, SecurityFilter filter)
           
UnauthorisedException(MuleEvent event, SecurityContext context, URI endpointURI, SecurityFilter filter)
          Deprecated. 
 
Method Summary
 
Methods inherited from class org.mule.api.MessagingException
causedBy, causedExactlyBy, causedRollback, causeMatches, extractMuleMessage, getCauseException, getEvent, getFailingMessageProcessor, getMuleMessage, handled, setCauseRollback, setHandled, setProcessedEvent
 
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,
                             SecurityFilter filter)

UnauthorisedException

@Deprecated
public UnauthorisedException(MuleEvent event,
                                        SecurityContext context,
                                        URI endpointURI,
                                        SecurityFilter filter)
Deprecated. 



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