fipaos.agent.conversation
Class ProtocolErrorException

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

public class ProtocolErrorException
extends ConversationManagerException

Thrown when the protocol being described is not recognised


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

ProtocolErrorException

public ProtocolErrorException(String s)