pool
Class LifetimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pool.LifetimeException

public class LifetimeException
extends Exception

Thrown when the lifetime of an agent ends.

See Also:
Serialized Form

Constructor Summary
LifetimeException()
          Constructs an LifetimeException without a detail message.
LifetimeException(String s)
          Constructs an LifetimeException with a detail message.
 
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

LifetimeException

public LifetimeException()
Constructs an LifetimeException without a detail message.

LifetimeException

public LifetimeException(String s)
Constructs an LifetimeException with a detail message.
Parameters:
s - the detail message.