OutOfMemoryException.java 460 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.document.xmlform;

import com.adobe.document.xmlform.OutOfMemoryExceptionHelper;
import org.omg.CORBA.UserException;

public final class OutOfMemoryException
extends UserException {
    private static final long serialVersionUID = 1;

    public OutOfMemoryException() {
        super(OutOfMemoryExceptionHelper.id());
    }

    public OutOfMemoryException(String value) {
        super(value);
    }
}