ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.conversation
Class ConversationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
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()
Overrides:
toString in class java.lang.Throwable

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003