javax.realtime
Class MITViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.realtime.MITViolationException
All Implemented Interfaces:
java.io.Serializable

public class MITViolationException
extends java.lang.RuntimeException

Thrown by the fire method of an instance of AsyncEvent when on a minimum interarrival time violation. More specifically, it is thrown when:

Since:
1.0.1 Becomes unchecked
See Also:
Serialized Form

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

MITViolationException

public MITViolationException()
A constructor for MITViolationException.


MITViolationException

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

Parameters:
description - Description of the error.