Class LargeObjectException.OutOfMemory

    • Constructor Detail

      • OutOfMemory

        public OutOfMemory​(java.lang.OutOfMemoryError cause)
        Construct a wrapper around the original OutOfMemoryError.
        Parameters:
        cause - the original root cause.