Package jade.domain.FIPAAgentManagement
Class FailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.domain.FIPAException
-
- jade.domain.FIPAAgentManagement.FailureException
-
- All Implemented Interfaces:
ContentElement,Predicate,Serializable,Serializable
- Direct Known Subclasses:
AlreadyRegistered,InternalError,NotRegistered
public class FailureException extends FIPAException
This class represents a generic FailureException- 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 FailureException(ACLMessage failure)FailureException(String msg)
-
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
-
FailureException
public FailureException(String msg)
-
FailureException
public FailureException(ACLMessage failure)
-
-
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
-
-