aicas logoJamaicaVM 3.4 rel 9
RTSJ Implementation

javax.realtime
Class MemoryScopeException

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

public class MemoryScopeException
extends java.lang.RuntimeException
implements java.io.Serializable

Jamaica Realtime Specification for Java class MemoryScopeException.

This exception is thrown by the wait-free queue classes if the ends of the queue reside in incompatible memory areas.

See Also:
Serialized Form

Constructor Summary
MemoryScopeException()
          Constructor of this exception without detail message.
MemoryScopeException(java.lang.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

MemoryScopeException

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


MemoryScopeException

public MemoryScopeException(java.lang.String description)
Constructor of this exception with detail message.

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

aicas logoJamaicaVM 3.4 rel 9
RTSJ Implementation

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.