Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MemoryAllocationException

        public MemoryAllocationException​(java.lang.String message)