Agent System POND 1.0 (1.7.2000)

PkgAgentSystem.Messaging
Class UnknownAgentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--PkgAgentSystem.AgentException
                    |
                    +--PkgAgentSystem.Messaging.MessageException
                          |
                          +--PkgAgentSystem.Messaging.UnknownAgentException

public class UnknownAgentException
extends MessageException

Signifying that the recipient of the message is unknown. The agent, to which this message should have been sent, is not registered by the agent.
Possible causes:

Version:
1.0, 1.7.2000
Author:
Michael Sonntag
See Also:
Message, AgentSystem.startAgent(AgentBase,String,boolean,AgentIdentity,PrivateKey,Object), AgentSystem.startAgent(String,String,boolean,AgentIdentity,PrivateKey,Object,boolean), Serialized Form

Fields inherited from class PkgAgentSystem.Messaging.MessageException
msg
 
Constructor Summary
UnknownAgentException()
          Constructs a UnknownAgentException without a specified detail message.
UnknownAgentException(String detail)
          Constructs a UnknownAgentException with the specified detail message.
UnknownAgentException(String detail, Message msg)
          Constructs a UnknownAgentException with the specified detail message and the message itself.
 
Methods inherited from class PkgAgentSystem.Messaging.MessageException
getContainedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownAgentException

public UnknownAgentException()
Constructs a UnknownAgentException without a specified detail message.

UnknownAgentException

public UnknownAgentException(String detail)
Constructs a UnknownAgentException with the specified detail message.
Parameters:
detail - the detail message

UnknownAgentException

public UnknownAgentException(String detail,
                             Message msg)
Constructs a UnknownAgentException with the specified detail message and the message itself.
Parameters:
detail - the detail message
msg - the message which caused the exception

Agent System POND 1.0 (1.7.2000)

Submit a bug

Copyright 2000 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.