Package Summary  Overview Summary

class:OutOfMemoryError [NONE]

constructor:OutOfMemoryError() [NONE]

  • OutOfMemoryError

    public OutOfMemoryError()
    Constructs an OutOfMemoryError with no detail message.

constructor:OutOfMemoryError(java.lang.String) [NONE]

  • OutOfMemoryError

    public OutOfMemoryError(String s)
    Constructs an OutOfMemoryError with the specified detail message.
    Parameters:
    s - the detail message.