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:
  • Constructor Details

    • MemoryAllocationException

      public MemoryAllocationException()
    • MemoryAllocationException

      public MemoryAllocationException(String message, Throwable cause)
    • MemoryAllocationException

      public MemoryAllocationException(String message)
    • MemoryAllocationException

      public MemoryAllocationException(Throwable cause)