Spring Integration

org.springframework.integration.handler
Class ReplyRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.integration.MessagingException
                  extended by org.springframework.integration.handler.ReplyRequiredException
All Implemented Interfaces:
java.io.Serializable

public class ReplyRequiredException
extends MessagingException

Exception that indicates no reply message is produced by a handler that does have a value of true for the 'requiresReply' property.

Since:
2.1
Author:
Mark Fisher
See Also:
Serialized Form

Constructor Summary
ReplyRequiredException(Message<?> failedMessage, java.lang.String description)
           
 
Method Summary
 
Methods inherited from class org.springframework.integration.MessagingException
getFailedMessage, setFailedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplyRequiredException

public ReplyRequiredException(Message<?> failedMessage,
                              java.lang.String description)

Spring Integration