Module java.base
Package java.lang

Class OutOfMemoryError

    • Constructor Detail

      • OutOfMemoryError

        public OutOfMemoryError()
        Constructs anOutOfMemoryError with no detail message.
      • OutOfMemoryError

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