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:
Serializable

public class ArrivalTimeQueueOverflowException
extends RuntimeException

Thrown by AsyncEvent.fire() if its queue is already full and the event's BoundAsyncEventHandler has an associated SporadicParameters with arrivalTimeQueueOverflowExcept behavior.

Since:
0.3.8
Author:
Morgan Deters
See Also:
Serialized Form

Constructor Summary
ArrivalTimeQueueOverflowException()
          A constructor for ArrivalTimeQueueOverflowException.
ArrivalTimeQueueOverflowException(String description)
          A constructor for ArrivalTimeQueueOverflowException that takes a description.
 
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(String description)
A constructor for ArrivalTimeQueueOverflowException that takes a description.

Parameters:
description - textual description of the exception


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.