fipaos.agent.conversation
Class ConversationFinishedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.agent.conversation.ConversationManagerException
                    |
                    +--fipaos.agent.conversation.ConversationFinishedException

public class ConversationFinishedException
extends ConversationManagerException

Thrown when the protocol being described is not recognised


Constructor Summary
ConversationFinishedException(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

ConversationFinishedException

public ConversationFinishedException(String s)