Package 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,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$ $Revision$
- Author:
- Fabio Bellifemine - CSELT S.p.A.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jade.domain.FIPAException
msg
-
-
Constructor Summary
Constructors Constructor Description RefuseException(ACLMessage refuse)RefuseException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ACLMessagegetACLMessage()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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RefuseException
public RefuseException(String message)
-
RefuseException
public RefuseException(ACLMessage refuse)
-
-
Method Detail
-
getACLMessage
public ACLMessage getACLMessage()
Description copied from class:FIPAExceptionRetrieve the ACL message whose content is represented by this exception.- Overrides:
getACLMessagein classFIPAException- Returns:
- the ACLMessage representing this exception
-
-