Class NotEnoughMemoryException

All Implemented Interfaces:
Serializable

public class NotEnoughMemoryException extends RuntimeException
See Also:
  • Constructor Details

    • NotEnoughMemoryException

      public NotEnoughMemoryException(long usedMemory, long maxMemory, String customMsg)