jade.domain.FIPAAgentManagement
Class RefuseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.domain.FIPAException
                    |
                    +--jade.domain.FIPAAgentManagement.RefuseException
Direct Known Subclasses:
MissingArgument, MissingParameter, Unauthorised, UnexpectedArgument, UnexpectedArgumentCount, UnexpectedParameter, UnrecognisedParameterValue, UnsupportedFunction

public class RefuseException
extends FIPAException

This class represents a generic RefuseException

Version:
$Date: 2000/09/12 13:24:03 $ $Revision: 2.0 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
Serialized Form

Fields inherited from class jade.domain.FIPAException
msg
 
Constructor Summary
RefuseException(java.lang.String msg)
           
 
Method Summary
 ACLMessage 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

RefuseException

public RefuseException(java.lang.String msg)
Method Detail

getACLMessage

public ACLMessage getACLMessage()
Overrides:
getACLMessage in class FIPAException
Tags copied from class: FIPAException
Returns:
the ACLMessage representing this exception