INT-1129 moved MessageRejectedException and MessageHandlingException from 'message' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:57:35 +00:00
parent 94938a2746
commit 7434976734
54 changed files with 63 additions and 65 deletions

View File

@@ -33,9 +33,9 @@ import javax.management.ObjectName;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageHandler;
import org.springframework.integration.core.MessageHandlingException;
import org.springframework.integration.core.MessagingException;
import org.springframework.integration.handler.AbstractReplyProducingMessageHandler;
import org.springframework.integration.message.MessageHandlingException;
import org.springframework.jmx.support.ObjectNameManager;
import org.springframework.util.Assert;
import org.springframework.util.ObjectUtils;