Class 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 Detail

      • MemoryAllocationException

        public MemoryAllocationException()
      • MemoryAllocationException

        public MemoryAllocationException​(String message,
                                         Throwable cause)
      • MemoryAllocationException

        public MemoryAllocationException​(String message)
      • MemoryAllocationException

        public MemoryAllocationException​(Throwable cause)