fipaos.agent.conversation
Class InvalidConversationIDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.agent.conversation.ConversationManagerException
                    |
                    +--fipaos.agent.conversation.InvalidConversationIDException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConversationIDException
extends ConversationManagerException

Thrown when the protocol being described is not recognised

See Also:
Serialized Form

Constructor Summary
InvalidConversationIDException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConversationIDException

public InvalidConversationIDException(java.lang.String s)