|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
java.lang.OutOfMemoryError
com.sap.conn.jco.OutOfNativeMemoryError
public class OutOfNativeMemoryError
A special OutOfMemoryError indicating that a JNI call terminated with a return code showing that a memory allocation failed. Thus it is possible to distinguish OutOfMemoryErrors within Java and in the native layer.
Constructor Summary | |
---|---|
OutOfNativeMemoryError()
default constructor for this error |
|
OutOfNativeMemoryError(java.lang.String message)
Constructor with message as parameter that shows info about the error or gives a hint to the origin |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OutOfNativeMemoryError()
public OutOfNativeMemoryError(java.lang.String message)
message
- A message describing the cause of the Error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |