public class OutOfMemoryException extends RuntimeException
Constructor and Description |
---|
OutOfMemoryException() |
OutOfMemoryException(String message) |
OutOfMemoryException(String message,
Throwable cause) |
OutOfMemoryException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
OutOfMemoryException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OutOfMemoryException()
public OutOfMemoryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public OutOfMemoryException(String message)
public OutOfMemoryException(Throwable cause)
Copyright © 1970 The Apache Software Foundation. All rights reserved.