Spring Integration

Uses of Class
org.springframework.integration.MessagingException

Packages that use MessagingException
org.springframework.integration   
org.springframework.integration.core   
org.springframework.integration.dispatcher   
org.springframework.integration.file   
org.springframework.integration.mapping   
org.springframework.integration.transformer   
 

Uses of MessagingException in org.springframework.integration
 

Subclasses of MessagingException in org.springframework.integration
 class MessageDeliveryException
          Exception that indicates an error during message delivery.
 class MessageHandlingException
          Exception that indicates an error during message handling.
 class MessageRejectedException
          Exception that indicates a message has been rejected by a selector.
 class MessageTimeoutException
           
 

Uses of MessagingException in org.springframework.integration.core
 

Subclasses of MessagingException in org.springframework.integration.core
 class ChannelResolutionException
          Thrown by a ChannelResolver when it cannot resolve a channel name.
 

Uses of MessagingException in org.springframework.integration.dispatcher
 

Subclasses of MessagingException in org.springframework.integration.dispatcher
 class AggregateMessageDeliveryException
          An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers that may try multiple handler invocations within a single dispatch operation.
 

Uses of MessagingException in org.springframework.integration.file
 

Methods in org.springframework.integration.file that throw MessagingException
 Message<File> FileReadingMessageSource.receive()
           
 

Uses of MessagingException in org.springframework.integration.mapping
 

Subclasses of MessagingException in org.springframework.integration.mapping
 class MessageMappingException
          Exception that indicates an error during message mapping.
 

Uses of MessagingException in org.springframework.integration.transformer
 

Subclasses of MessagingException in org.springframework.integration.transformer
 class MessageTransformationException
          Base Exception type for Message transformation errors.
 


Spring Integration

Copyright © 2010. All Rights Reserved.