OutOfMemoryError.OutOfMemoryError
Class Overview | Class Members |
This Package |
All Packages
public OutOfMemoryError()
Description
Constructs an OutOfMemoryError with no detail message.
public OutOfMemoryError( String s )
Parameters
- s
- the detail message.
Description
Constructs an OutOfMemoryError with the specified
detail message.