aicas logoJamaica 6.4 release 1

javax.realtime
Class ScopedCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.realtime.ScopedCycleException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Constructor Summary
ScopedCycleException()
          Constructor of this exception without detail message.
ScopedCycleException(String description)
          Constructor of this exception with detail message.
 
Method Summary
 
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

ScopedCycleException

public ScopedCycleException()
Constructor of this exception without detail message.


ScopedCycleException

public ScopedCycleException(String description)
Constructor of this exception with detail message.

Parameters:
description - The detail message or null if none.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.