org.iids.aos.exception
Class AgentAlreadyRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.exception.AgentAlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class AgentAlreadyRegisteredException
extends java.lang.Exception
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  AgentID id
           
 
Constructor Summary
AgentAlreadyRegisteredException(java.lang.String s, AgentID id)
           
 
Method Summary
 AgentID getID()
           
 void setID(AgentID id)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected AgentID id
Constructor Detail

AgentAlreadyRegisteredException

public AgentAlreadyRegisteredException(java.lang.String s,
                                       AgentID id)
Method Detail

getID

public AgentID getID()

setID

public void setID(AgentID id)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.