fipaos.agent.conversation
Class ConversationManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.agent.conversation.ConversationManagerException
Direct Known Subclasses:
ConversationFinishedException, InvalidConversationIDException, ProtocolErrorException, UnknownProtocolException

public abstract class ConversationManagerException
extends Exception

Describes a conversation manager exception




Constructor Summary
ConversationManagerException(String s)
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

ConversationManagerException

public ConversationManagerException(String s)