org.apache.servicemix.jbi.exception
Class NoOutMessageAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by javax.jbi.messaging.MessagingException
                  extended by org.apache.servicemix.jbi.exception.NoOutMessageAvailableException
All Implemented Interfaces:
java.io.Serializable

public class NoOutMessageAvailableException
extends javax.jbi.messaging.MessagingException

An exception thrown if a component cannot find an expected output message.

Version:
$Revision: 564374 $
See Also:
Serialized Form

Constructor Summary
NoOutMessageAvailableException(javax.jbi.messaging.MessageExchange messageExchange)
           
 
Method Summary
 javax.jbi.messaging.MessageExchange getMessageExchange()
          The message exchange on which the problem occurred
 
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

NoOutMessageAvailableException

public NoOutMessageAvailableException(javax.jbi.messaging.MessageExchange messageExchange)
Method Detail

getMessageExchange

public javax.jbi.messaging.MessageExchange getMessageExchange()
The message exchange on which the problem occurred



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.