public class ScopedCycleException extends RuntimeException implements 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(String description)
Constructor of this exception with detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScopedCycleException()
public ScopedCycleException(String description)
description
- The detail message or null if none.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.