Uses of Class
fipaos.agent.conversation.ProtocolErrorException

Packages that use ProtocolErrorException
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 

Uses of ProtocolErrorException in fipaos.agent.conversation.lightweight
 

Methods in fipaos.agent.conversation.lightweight that throw ProtocolErrorException
voidLightweightConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part of an exisiting conversation.
 

Uses of ProtocolErrorException in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard that throw ProtocolErrorException
synchronized voidConversationImpl.addMessage(Message msg)
          Method to add a message to the conversation - sets conversation state to updated as well.
voidConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part of an exisiting conversation.