javax.realtime
Class ArrivalTimeQueueOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.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 then the fire() method shall throw an instance of this class. 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.
 
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.