ABLE 2.3.0 07/13/2005 14:21:00

com.ibm.conversation
Class ConversationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.conversation.ConversationException
All Implemented Interfaces:
java.io.Serializable

public class ConversationException
extends java.lang.Exception

The ConversationException class is a base class for exceptions specifically related to conversation-support errors.

See Also:
Serialized Form

Constructor Summary
ConversationException()
          Constructs a ConversationException object.
ConversationException(java.lang.String s)
          Constructs a ConversationException object with the given detail message.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationException

public ConversationException()
Constructs a ConversationException object.


ConversationException

public ConversationException(java.lang.String s)
Constructs a ConversationException object with the given detail message.

Parameters:
s - The detail message.
Method Detail

toString

public java.lang.String toString()

ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005