XMPSchemaException.java 383 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xmp.schema.model;

public class XMPSchemaException
extends Exception {
    private static final long serialVersionUID = -3734439070049547706L;

    public XMPSchemaException(String message) {
        super(message);
    }

    public XMPSchemaException(String message, Throwable cause) {
        super(message, cause);
    }
}