Updated JavaDoc

This commit is contained in:
Mark Fisher
2007-11-19 23:20:28 +00:00
parent 89d6e43763
commit 28c409ddab
3 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
package org.springframework.eai; package org.springframework.eai;
/** /**
* Exception that indicates an error during message delivery.
*
* @author Mark Fisher * @author Mark Fisher
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

View File

@@ -17,6 +17,8 @@
package org.springframework.eai; package org.springframework.eai;
/** /**
* Exception that indicates an error during message handling.
*
* @author Mark Fisher * @author Mark Fisher
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")

View File

@@ -17,6 +17,8 @@
package org.springframework.eai; package org.springframework.eai;
/** /**
* The base exception for any failures within the messaging system.
*
* @author Mark Fisher * @author Mark Fisher
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")