org.apache.servicemix.nmr.api
Class AbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.servicemix.nmr.api.ServiceMixException
                  extended by org.apache.servicemix.nmr.api.AbortedException
All Implemented Interfaces:
java.io.Serializable

public class AbortedException
extends ServiceMixException

Specifies that the exchange has been aborted due to a timeout when using sendSync.

See Also:
Serialized Form

Constructor Summary
AbortedException()
           
AbortedException(java.lang.String message)
           
AbortedException(java.lang.String message, java.lang.Throwable cause)
           
AbortedException(java.lang.Throwable cause)
           
 
Method Summary
 
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

AbortedException

public AbortedException()

AbortedException

public AbortedException(java.lang.String message)

AbortedException

public AbortedException(java.lang.Throwable cause)

AbortedException

public AbortedException(java.lang.String message,
                        java.lang.Throwable cause)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.