org.iids.aos.exception
Class LocationUnknownException

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

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

See Also:
Serialized Form

Field Summary
protected  AgentScapeID location
           
 
Constructor Summary
LocationUnknownException(java.lang.String desc, AgentScapeID location)
           
 
Method Summary
 AgentScapeID getLocation()
           
 
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

location

protected AgentScapeID location
Constructor Detail

LocationUnknownException

public LocationUnknownException(java.lang.String desc,
                                AgentScapeID location)
Method Detail

getLocation

public AgentScapeID getLocation()


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