javax.realtime
Class ArrivalTimeQueueOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.realtime.ArrivalTimeQueueOverflowException
All Implemented Interfaces:
java.io.Serializable

public class ArrivalTimeQueueOverflowException
extends java.lang.RuntimeException

If an arrival time occurs and should be queued but the queue already holds a number of times equal to the initial queue length defined by this an instance of this class may be be thrown. If the arrival time is a result of a happening to which the instance of AsyncEventHandler is bound then the arrival time is ignored.

Since:
1.0.1 Becomes unchecked
See Also:
Serialized Form

Constructor Summary
ArrivalTimeQueueOverflowException()
          A constructor for ArrivalTimeQueueOverflowException.
ArrivalTimeQueueOverflowException(java.lang.String description)
          A descriptive constructor for ArrivalTimeQueueOverflowException.
 
Method Summary
 
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
 

Constructor Detail

ArrivalTimeQueueOverflowException

public ArrivalTimeQueueOverflowException()
A constructor for ArrivalTimeQueueOverflowException.


ArrivalTimeQueueOverflowException

public ArrivalTimeQueueOverflowException(java.lang.String description)
A descriptive constructor for ArrivalTimeQueueOverflowException.

Parameters:
description - A description of the exception.