| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | java.lang.VirtualMachineError | |||
| ↳ | java.lang.OutOfMemoryError | |||
Thrown when a request for memory is made that can not be satisfied using the available platform resources. Such a request may be made by both the running application or by an internal function of the VM.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs a new
OutOfMemoryError
that includes the current stack
trace.
|
||||||||||
|
|
Constructs a new
OutOfMemoryError
with the current stack trace
and the specified detail message.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||
Constructs a new
OutOfMemoryError
that includes the current stack
trace.
Constructs a new
OutOfMemoryError
with the current stack trace
and the specified detail message.
| detailMessage | the detail message for this error. |
|---|