public class ScopedCycleException
extends java.lang.RuntimeException
implements java.io.Serializable
Jamaica Real-Time Specification for Java class ScopedCycleException.
This exception is thrown by MemoryArea.enter() if entering a ScopedMemory area that has already been entered with a different partent area, i.e., entering it is not permitted by the single parent rule.
Constructor and Description |
---|
ScopedCycleException()
Constructor of this exception without detail message.
|
ScopedCycleException(java.lang.String description)
Constructor of this exception with detail message.
|
public ScopedCycleException()
public ScopedCycleException(java.lang.String description)
description
- The detail message or null if none.