org.mule.api.security
Class CredentialsNotSetException
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
org.mule.api.security.CredentialsNotSetException
- All Implemented Interfaces:
- java.io.Serializable
public class CredentialsNotSetException
- extends UnauthorisedException
CredentialsNotSetException
is thrown when user credentials cannot
be obtained from the current message
- See Also:
- Serialized Form
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 |
CredentialsNotSetException
public CredentialsNotSetException(Message message,
MuleEvent event)
CredentialsNotSetException
public CredentialsNotSetException(Message message,
MuleEvent event,
java.lang.Throwable cause)
CredentialsNotSetException
public CredentialsNotSetException(MuleEvent event,
SecurityContext context,
ImmutableEndpoint endpoint,
EndpointSecurityFilter filter)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.