2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


org.osoa.sca
Class ConversationEndedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by org.osoa.sca.ConversationEndedException
All Implemented Interfaces:
java.io.Serializable

public class ConversationEndedException
extends ServiceRuntimeException

Exception thrown to indicate the conversation being used for a stateful interaction has been ended.

Version:
$Rev: 498006 $ $Date: 2007-01-19 23:37:39 +0000 (Fri, 19 Jan 2007) $
See Also:
Serialized Form

Constructor Summary
ConversationEndedException()
          Override constructor from ServiceRuntimeException.
ConversationEndedException(java.lang.String message)
          Override constructor from ServiceRuntimeException.
ConversationEndedException(java.lang.String message, java.lang.Throwable cause)
          Override constructor from ServiceRuntimeException.
ConversationEndedException(java.lang.Throwable cause)
          Override constructor from ServiceRuntimeException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationEndedException

public ConversationEndedException()
Override constructor from ServiceRuntimeException.

See Also:
ServiceRuntimeException

ConversationEndedException

public ConversationEndedException(java.lang.String message)
Override constructor from ServiceRuntimeException.

Parameters:
message - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException

ConversationEndedException

public ConversationEndedException(java.lang.String message,
                                  java.lang.Throwable cause)
Override constructor from ServiceRuntimeException.

Parameters:
message - passed to ServiceRuntimeException
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException

ConversationEndedException

public ConversationEndedException(java.lang.Throwable cause)
Override constructor from ServiceRuntimeException.

Parameters:
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException