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
public class MemoryAllocationException extends Exception
An exception to be thrown when a memory allocation operation is not successful.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemoryAllocationException()
MemoryAllocationException(String message)
MemoryAllocationException(String message, Throwable cause)
MemoryAllocationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-