Uses of Class
org.mule.api.MessagingException

Packages that use MessagingException
org.mule.api.exception   
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.routing.filter   
org.mule.api.security Security API for authentication and authorisation. 
org.mule.api.service   
org.mule.api.transformer Contains the interfaces for transformers and exceptions for the Transformer API. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.component   
org.mule.config.dsl.routers   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint.inbound   
org.mule.endpoint.outbound   
org.mule.execution   
org.mule.module.cxf.security   
org.mule.module.ibeans.config   
org.mule.module.ibeans.spi.support   
org.mule.processor   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.requestreply   
org.mule.service   
org.mule.service.processor   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.http.components   
 

Uses of MessagingException in org.mule.api.exception
 

Subclasses of MessagingException in org.mule.api.exception
 class MessageRedeliveredException
           
 

Uses of MessagingException in org.mule.api.routing
 

Subclasses of MessagingException in org.mule.api.routing
 class CouldNotRouteOutboundMessageException
          CouldNotRouteOutboundMessageException thrown if Mule fails to route the current outbound event.
 class ResponseTimeoutException
          ResponseTimeoutException is thrown when a response is not received in a given timeout in the Response Router.
 class RoutePathNotFoundException
          RoutePathNotFoundException is thrown if a routing path for an event cannot be found.
 class RoutingException
          RoutingException is a base class for all routing exceptions.
 

Methods in org.mule.api.routing that throw MessagingException
 void Aggregator.expireAggregation(String groupId)
           
 

Uses of MessagingException in org.mule.api.routing.filter
 

Subclasses of MessagingException in org.mule.api.routing.filter
 class FilterUnacceptedException
           
 

Uses of MessagingException in org.mule.api.security
 

Subclasses of MessagingException in org.mule.api.security
 class CredentialsNotSetException
          CredentialsNotSetException is thrown when user credentials cannot be obtained from the current message
 class EncryptionNotSupportedException
          EncryptionNotSupportedException is thrown if an algorithm is set in the MULE_USER header but it doesn't match the algorithm set on the security filter
 class NotPermittedException
          NotPermittedException is thrown if the user isn't authorized to perform an action.
 class SecurityException
          SecurityException is a generic security exception
 class UnauthorisedException
          UnauthorisedException is thrown if authentication fails
 class UnsupportedAuthenticationSchemeException
          UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the Security filter does not understand
 

Uses of MessagingException in org.mule.api.service
 

Subclasses of MessagingException in org.mule.api.service
 class FailedToQueueEventException
          FailedToQueueEventException is thrown when an event cannot be put on an internal service queue.
 

Uses of MessagingException in org.mule.api.transformer
 

Subclasses of MessagingException in org.mule.api.transformer
 class TransformerMessagingException
          An exception that occurred while transforming a message.
 

Uses of MessagingException in org.mule.api.transport
 

Subclasses of MessagingException in org.mule.api.transport
 class DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
 

Uses of MessagingException in org.mule.component
 

Subclasses of MessagingException in org.mule.component
 class ComponentException
          ComponentException should be thrown when some action on a component fails, such as starting or stopping
 

Uses of MessagingException in org.mule.config.dsl.routers
 

Methods in org.mule.config.dsl.routers that throw MessagingException
 MuleEvent ContentBasedRouter.route(MuleEvent theEvent)
           
 

Uses of MessagingException in org.mule.context.notification
 

Methods in org.mule.context.notification that return MessagingException
 MessagingException MessageProcessorNotification.getExceptionThrown()
           
 

Constructors in org.mule.context.notification with parameters of type MessagingException
MessageProcessorNotification(FlowConstruct flowConstruct, MuleEvent event, MessageProcessor processor, MessagingException exceptionThrown, int action)
           
 

Uses of MessagingException in org.mule.endpoint.inbound
 

Methods in org.mule.endpoint.inbound that throw MessagingException
 MuleEvent InboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
           
 

Uses of MessagingException in org.mule.endpoint.outbound
 

Methods in org.mule.endpoint.outbound that throw MessagingException
 MuleEvent OutboundEndpointMimeTypeCheckingMessageProcessor.process(MuleEvent event)
           
 

Uses of MessagingException in org.mule.execution
 

Methods in org.mule.execution that throw MessagingException
 MuleEvent MessageProcessorExecutionInterceptor.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 MuleEvent ExceptionToMessagingExceptionExecutionInterceptor.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 MuleEvent MessageProcessorExecutionTemplate.execute(MessageProcessor messageProcessor, MuleEvent event)
           
 

Uses of MessagingException in org.mule.module.cxf.security
 

Subclasses of MessagingException in org.mule.module.cxf.security
 class WebServiceSecurityException
           
 

Uses of MessagingException in org.mule.module.ibeans.config
 

Methods in org.mule.module.ibeans.config that throw MessagingException
 MuleEvent IBeanBinding.process(MuleEvent event)
           
 

Uses of MessagingException in org.mule.module.ibeans.spi.support
 

Methods in org.mule.module.ibeans.spi.support that throw MessagingException
protected  EndpointURI DynamicRequestEndpoint.getEndpointURIForMessage(MuleEvent event)
           
 MuleEvent DynamicRequestInterfaceBinding.process(MuleEvent event)
           
 

Uses of MessagingException in org.mule.processor
 

Methods in org.mule.processor that throw MessagingException
protected  Object[] InvokerMessageProcessor.evaluateArguments(MuleEvent event, List<?> argumentTemplates)
           
protected  boolean AsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
           
protected  boolean LaxSedaStageInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
           
protected  boolean LaxAsyncInterceptingMessageProcessor.isProcessAsync(MuleEvent event)
           
 

Uses of MessagingException in org.mule.routing
 

Subclasses of MessagingException in org.mule.routing
 class AggregationException
          TODO document
 

Methods in org.mule.routing that throw MessagingException
 void AbstractAggregator.expireAggregation(String groupId)
           
protected  String IdempotentSecureHashMessageFilter.getIdForEvent(MuleEvent event)
           
protected  String IdempotentMessageFilter.getIdForEvent(MuleEvent event)
           
protected  String IdempotentMessageFilter.getValueForEvent(MuleEvent event)
           
 MuleEvent FirstSuccessful.route(MuleEvent event)
          Route the given event to one of our targets
 MuleEvent RoundRobin.route(MuleEvent event)
          Process the event using the next target route in sequence
protected  MuleEvent UntilSuccessful.route(MuleEvent event)
           
 

Uses of MessagingException in org.mule.routing.correlation
 

Subclasses of MessagingException in org.mule.routing.correlation
 class CorrelationTimeoutException
           
 

Methods in org.mule.routing.correlation that throw MessagingException
 void EventCorrelator.forceGroupExpiry(String groupId)
           
protected  void EventCorrelator.handleGroupExpiry(EventGroup group)
           
 

Uses of MessagingException in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound that throw MessagingException
 MuleEvent DefaultOutboundRouterCollection.process(MuleEvent event)
           
protected abstract  MuleEvent AbstractOutboundRouter.route(MuleEvent event)
           
 MuleEvent TransformerRouter.route(MuleEvent event)
          Deprecated.  
 

Uses of MessagingException in org.mule.routing.requestreply
 

Methods in org.mule.routing.requestreply that throw MessagingException
protected  void AbstractAsyncRequestReplyRequester.postLatchAwait(String asyncReplyCorrelationId)
           
protected  MuleEvent AbstractAsyncRequestReplyRequester.receiveAsyncReply(MuleEvent event)
           
 

Uses of MessagingException in org.mule.service
 

Methods in org.mule.service that throw MessagingException
 void ServiceAsyncReplyCompositeMessageSource.expireAggregation(String groupId)
           
 MuleEvent ForwardingConsumer.processNext(MuleEvent event)
          Deprecated.  
 

Uses of MessagingException in org.mule.service.processor
 

Methods in org.mule.service.processor that throw MessagingException
protected  void ServiceAsyncRequestReplyRequestor.postLatchAwait(String asyncReplyCorrelationId)
           
 

Uses of MessagingException in org.mule.transport.http
 

Methods in org.mule.transport.http that throw MessagingException
protected  void HttpMessageReceiver.HttpWorker.preRouteMessage(MuleMessage message)
           
 

Uses of MessagingException in org.mule.transport.http.components
 

Subclasses of MessagingException in org.mule.transport.http.components
 class ResourceNotFoundException
          Thrown when a static file is requested but not found
 class RestServiceException
           
 



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