Class MemoryAllocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.nemo.runtime.executor.data.MemoryAllocationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MemoryAllocationException extends java.lang.Exception
An exception to be thrown when a memory allocation operation is not successful. Cases where allocation is not successful are when the allocated memory exceeds the amount specified by the job configuration or- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemoryAllocationException(java.lang.String message)
-