VOOZH about

URL: https://docs.oracle.com/javase/8/docs/api/java/lang/OutOfMemoryError.html

⇱ OutOfMemoryError (Java Platform SE 8 )


Skip navigation links
Java™ Platform
Standard Ed. 8
  • Detail: 
  • Field | 
  • Constr | 
  • Method
compact1, compact2, compact3
java.lang

Class OutOfMemoryError

    • Constructor Detail

      • OutOfMemoryError

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

        public OutOfMemoryError(String s)
        Constructs an OutOfMemoryError with the specified detail message.
        Parameters:
        s - the detail message.
Skip navigation links
Java™ Platform
Standard Ed. 8
  • Detail: 
  • Field | 
  • Constr | 
  • Method