java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.ArrivalTimeQueueOverflowException
public class ArrivalTimeQueueOverflowException
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.
| 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 |
|---|
public ArrivalTimeQueueOverflowException()
ArrivalTimeQueueOverflowException.
public ArrivalTimeQueueOverflowException(java.lang.String description)
ArrivalTimeQueueOverflowException.
description - A description of the exception.