jade.domain.FIPAAgentManagement
Class AlreadyRegistered

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.domain.FIPAException
                    |
                    +--jade.domain.FIPAAgentManagement.FailureException
                          |
                          +--jade.domain.FIPAAgentManagement.AlreadyRegistered

public class AlreadyRegistered
extends FailureException

Version:
$Date: 2002/07/12 07:40:56 $ $Revision: 2.1 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
Serialized Form

Fields inherited from class jade.domain.FIPAException
msg
 
Constructor Summary
AlreadyRegistered()
           
 
Methods inherited from class jade.domain.FIPAAgentManagement.FailureException
getACLMessage
 
Methods inherited from class jade.domain.FIPAException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyRegistered

public AlreadyRegistered()