public class InaccessibleAreaException extends RuntimeException implements Serializable
Jamaica Real-Time Specification for Java class InaccessibleAreaException.
This exception is thrown on a call to MemoryArea.executeInArea if the memory area is not accessible, i.e., it is not primordial or on the current scope stack.
Constructor and Description |
---|
InaccessibleAreaException()
Constructor of this exception without detail message.
|
InaccessibleAreaException(String description)
Constructor of this exception with detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InaccessibleAreaException()
public InaccessibleAreaException(String description)
description
- The detail message or null if none.