public class OutOfNativeMemoryError extends OutOfMemoryError
Constructor and Description |
---|
OutOfNativeMemoryError()
default constructor for this error.
|
OutOfNativeMemoryError(String message)
Constructor with message as parameter that shows info about
the error or gives a hint to the origin.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OutOfNativeMemoryError()
public OutOfNativeMemoryError(String message)
message
- A message describing the cause of the ErrorCopyright © 2016 SAP. All Rights Reserved.