Class LargeObjectException.OutOfMemory

All Implemented Interfaces:
Serializable
Enclosing class:
LargeObjectException

public static class LargeObjectException.OutOfMemory extends LargeObjectException
An error caused by the JVM being out of heap space.
See Also:
  • Constructor Details

    • OutOfMemory

      public OutOfMemory(OutOfMemoryError cause)
      Construct a wrapper around the original OutOfMemoryError.
      Parameters:
      cause - the original root cause.
  • Method Details