Package Summary  Overview Summary

class:OutOfMemoryError [NONE]

constructor:<init>() [NONE]

  • OutOfMemoryError

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

constructor:<init>(java.lang.String) [NONE]

  • OutOfMemoryError

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

© 2018 Oracle Corporation and/or its affiliates