javax.realtime
Class MITViolationException

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

public class MITViolationException
extends java.lang.RuntimeException

Thrown by the AsyncEvent.fire() or AsyncEventHandler.getAndIncrementPendingFireCount() on a minimum interarrival time violation. More specifically, it is thrown under the semantics of the base priority scheduler's sporadic parameters' mitViolationExcept policy when an attempt is made to introduce a release that would violate the MIT constraint.

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.
 
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

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.