javax.realtime
Class ArrivalTimeQueueOverflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.realtime.ArrivalTimeQueueOverflowException
All Implemented Interfaces:
java.io.Serializable

public class ArrivalTimeQueueOverflowException
extends java.lang.Exception

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 then the fire() method shall throw an ArrivalTimeQueueOverflowException. If the arrival time is a result of a happening to which the instance of AsyncEventHandler is bound then the arrival time is ignored.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ArrivalTimeQueueOverflowException()
          A constructor for ScopedCycleException.
ArrivalTimeQueueOverflowException(java.lang.String s)
          A descriptive constructor for ScopedCycleException.
 
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 ScopedCycleException.


ArrivalTimeQueueOverflowException

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

Parameters:
s - A description of the exception.