org.apache.servicemix.jbi
Class ExchangeTimeoutException

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.ExchangeTimeoutException
All Implemented Interfaces:
Serializable

public class ExchangeTimeoutException
extends javax.jbi.messaging.MessagingException

An exception thrown when a synchronous exchange has timed out.

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

Constructor Summary
ExchangeTimeoutException(javax.jbi.messaging.MessageExchange exchange)
           
 
Method Summary
 javax.jbi.messaging.MessageExchange getExchange()
          Returns th exchange
 
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

ExchangeTimeoutException

public ExchangeTimeoutException(javax.jbi.messaging.MessageExchange exchange)
Method Detail

getExchange

public javax.jbi.messaging.MessageExchange getExchange()
Returns th exchange



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