public class MemoryInUseException extends RuntimeException implements Serializable
Jamaica Real-Time Specification for Java class MemoryInUseException.
This exception will be thrown if a range of physical memory is created in an area that is already in use (see constructors of classes ImmortalPhysicalMemory, VTPhysicalMemory and LTPhysicalMemory).
Constructor and Description |
---|
MemoryInUseException()
Constructor of this exception without detail message.
|
MemoryInUseException(String description)
Constructor of this exception with detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MemoryInUseException()
public MemoryInUseException(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.