Package org.apache.flink.runtime.memory
Class MemoryAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.memory.MemoryAllocationException
- All Implemented Interfaces:
Serializable
An exception to be thrown when a memory allocation operation is not successful.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMemoryAllocationException(String message) MemoryAllocationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemoryAllocationException
public MemoryAllocationException() -
MemoryAllocationException
-
MemoryAllocationException
-
MemoryAllocationException
-