Moved MessagingException into the new 'org.springframework.integration.core' package.

This commit is contained in:
Mark Fisher
2008-10-15 03:28:50 +00:00
parent 262bd8fd9c
commit ebcccdc5c9
61 changed files with 65 additions and 59 deletions

View File

@@ -25,10 +25,10 @@ import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessagingException;
import org.springframework.integration.message.MessageBuilder;
import org.springframework.integration.message.MessageDeliveryAware;
import org.springframework.integration.message.MessageSource;
import org.springframework.integration.message.MessagingException;
/**
* Base class for implementing a PollableSource that creates messages from files

View File

@@ -28,7 +28,7 @@ import org.apache.commons.net.ftp.FTPClient;
import org.apache.commons.net.ftp.FTPClientConfig;
import org.apache.commons.net.ftp.FTPReply;
import org.springframework.integration.message.MessagingException;
import org.springframework.integration.core.MessagingException;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;