metaglue
Class AgentStartingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--metaglue.AgentStartingException
All Implemented Interfaces:
Serializable

public class AgentStartingException
extends Exception

Used if an agent is in startup (so an APH is in catalog) when the catalog is trying to find out if it is dead or not (e.g. lookup)

See Also:
Serialized Form

Constructor Summary
AgentStartingException(String s)
           
 
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

AgentStartingException

public AgentStartingException(String s)