javax.realtime
Class MITViolationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.realtime.MITViolationException
All Implemented Interfaces:
java.io.Serializable

public class MITViolationException
extends java.lang.Exception

The exception is thrown when minimum interarrival time is violated.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MITViolationException()
          A constructor for MITViolationException.
MITViolationException(java.lang.String s)
          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 s)
A descriptive constructor for MITViolationException.

Parameters:
s - Description of the error.