atropos.lp
Class NotFoundInQueueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--atropos.lp.NotFoundInQueueException
All Implemented Interfaces:
java.io.Serializable

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

This exception is thrown when an AVNMP queue element is requested and the queue is empty.

This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF.

Version:
$Revision: 1.1.1.1 $ $State: Exp $
Author:
Steve Bush
See Also:
Serialized Form

Field Summary
 long l
           
 java.lang.String qname
           
 long rt
           
 long t
           
 
Constructor Summary
NotFoundInQueueException()
           
NotFoundInQueueException(java.lang.String QueueName, long rec_tm, long wallclock, long lvt)
           
 
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
 

Field Detail

rt

public long rt

t

public long t

l

public long l

qname

public java.lang.String qname
Constructor Detail

NotFoundInQueueException

public NotFoundInQueueException(java.lang.String QueueName,
                                long rec_tm,
                                long wallclock,
                                long lvt)

NotFoundInQueueException

public NotFoundInQueueException()


Copyright © 2002 GE Corporate Research and Development. All Rights Reserved.