jade.domain.FIPAAgentManagement
Class RefuseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.domain.FIPAException
                    |
                    +--jade.domain.FIPAAgentManagement.RefuseException
All Implemented Interfaces:
ContentElement, Predicate, Serializable, java.io.Serializable
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 15:24:08 +0200 (mar, 12 set 2000) $ $Revision: 1857 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
Serialized Form

Constructor Summary
RefuseException(java.lang.String msg)
           
 
Method Summary
 ACLMessage getACLMessage()
          Retrieve the ACL message whose content is represented by this exception.
 
Methods inherited from class jade.domain.FIPAException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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()
Description copied from class: FIPAException
Retrieve the ACL message whose content is represented by this exception.

Overrides:
getACLMessage in class FIPAException
Returns:
the ACLMessage representing this exception


JADE