Uses of Class
jade.domain.FIPAAgentManagement.FailureException

Packages that use FailureException
jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no. 23 version H (15th August 2001).  
jade.proto This package contains role behaviours for FIPA standard protocols.  
 

Uses of FailureException in jade.domain.FIPAAgentManagement
 

Subclasses of FailureException in jade.domain.FIPAAgentManagement
 class AlreadyRegistered
           
 class InternalError
           
 class NotRegistered
           
 

Uses of FailureException in jade.proto
 

Methods in jade.proto that throw FailureException
protected  ACLMessage SubscriptionResponder.handleCancel(ACLMessage cancel)
          This method is called when a CANCEL message is received for a previous subscription.
 boolean SubscriptionResponder.SubscriptionManager.deregister(SubscriptionResponder.Subscription s)
          Deregister a Subscription object
protected  ACLMessage SSIteratedAchieveREResponder.handleRequest(ACLMessage request)
          This method is called to handle the initial REQUEST message and then again whenever a REQUEST message is received.
protected  ACLMessage SSContractNetResponder.handleCfp(ACLMessage cfp)
          This method is called to handle the initial CFP message.
protected  ACLMessage SSContractNetResponder.handleAcceptProposal(ACLMessage cfp, ACLMessage propose, ACLMessage accept)
          This method is called when an ACCEPT_PROPOSAL message is received from the initiator.
protected  ACLMessage SimpleAchieveREResponder.prepareResultNotification(ACLMessage request, ACLMessage response)
          This method is called after the response has been sent and only when one of the folliwing two cases arise: the response was an agree message OR no response message was sent.
protected  ACLMessage ContractNetResponder.prepareResultNotification(ACLMessage cfp, ACLMessage propose, ACLMessage accept)
          Deprecated. Use handleAcceptProposal() instead.
protected  ACLMessage AchieveREResponder.prepareResultNotification(ACLMessage request, ACLMessage response)
          This method is called after the response has been sent and only when one of the folliwing two cases arise: the response was an agree message OR no response message was sent.
 



JADE