fipaos.agent.conversation
Class InvalidConversationIDException

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

public class InvalidConversationIDException
extends ConversationManagerException

Thrown when the protocol being described is not recognised




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

InvalidConversationIDException

public InvalidConversationIDException(String s)