public class MITViolationException
extends java.lang.RuntimeException
implements java.io.Serializable
Jamaica Real-Time Specification for Java class MITViolationException.
This exception is thrown by AsyncEvent.fire() if the fire caused a release of an event handler that is earlier than the MIT since the last release of that handler and the MIT violation policy for this handler is EXCEPT.
Constructor and Description |
---|
MITViolationException()
Constructor of this exception without detail message.
|
MITViolationException(java.lang.String description)
Constructor of this exception with detail message.
|
public MITViolationException()
public MITViolationException(java.lang.String description)
description
- The detail message or null if none.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2017 aicas GmbH. All Rights Reserved.