javax.realtime
Class MITViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.MITViolationException
- All Implemented Interfaces:
- Serializable
- public class MITViolationException
- extends RuntimeException
Thrown by AsyncEvent.fire()
when the minimum interarrival
time (MIT) is violated and the event's BoundAsyncEventHandler
has an associated SporadicParameters
with
mitViolationExcept
behavior.
- Since:
- 0.3.8
- Author:
- Morgan Deters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MITViolationException
public MITViolationException()
- A constructor for
MITViolationException
.
MITViolationException
public MITViolationException(String description)
- A constructor for
MITViolationException
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.