public class BackingStoreAllocationException extends StaticRuntimeException implements StaticThrowable<BackingStoreAllocationException>
MemoryArea
. For example, when logic in a
RealtimeThread
or AsyncBaseEventHandler
configured with
a ScopedConfigurationParameters
object, attempts to refer to an object in a HeapMemory
area.StaticThrowable.Hidden
Modifier and Type | Method and Description |
---|---|
static BackingStoreAllocationException |
get()
Obtains the singleton of this static
Throwable . |
BackingStoreAllocationException |
getSingleton()
For the case of legacy code that creates an RTSJ exception
explicity, this provides a means of obtaining its singleton version.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, init, init, init, init, initCause, isStatic, printStackTrace, printStackTrace, printStackTrace, setStackTrace, writeReplace
public static BackingStoreAllocationException get()
Throwable
.
It is prepared for immediate throwing.Throwable
.public BackingStoreAllocationException getSingleton()
StaticThrowable
getSingleton
in interface StaticThrowable<BackingStoreAllocationException>
getSingleton
in class StaticRuntimeException