com.bea.wli.knex.runtime.core.bean
Class ConversationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.knex.runtime.core.bean.ConversationNotFoundException
All Implemented Interfaces:
Serializable

public class ConversationNotFoundException
extends Exception

The ConversationNotFoundException is thrown when an invalid conversation id is used during a service invocation.

See Also:
Serialized Form

Constructor Summary
ConversationNotFoundException(String id)
           
 
Method Summary
 String getConversationID()
           
 
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

ConversationNotFoundException

public ConversationNotFoundException(String id)
Method Detail

getConversationID

public String getConversationID()