jade.domain.FIPAAgentManagement
Class Unauthorised

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.domain.FIPAException
                    |
                    +--jade.domain.FIPAAgentManagement.RefuseException
                          |
                          +--jade.domain.FIPAAgentManagement.Unauthorised

public class Unauthorised
extends RefuseException

Version:
$Date: 2003/03/10 15:38:45 $ $Revision: 2.2 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAManagementOntology, Serialized Form

Fields inherited from class jade.domain.FIPAException
msg
 
Constructor Summary
Unauthorised()
           
 
Methods inherited from class jade.domain.FIPAAgentManagement.RefuseException
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

Unauthorised

public Unauthorised()