fipaos.agent.conversation
Class ProtocolErrorException

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

public class ProtocolErrorException
extends ConversationManagerException

Thrown when the protocol being described is not recognised

See Also:
Serialized Form

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

ProtocolErrorException

public ProtocolErrorException(java.lang.String s)