AssociatedContentException.java 482 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.cq.dam.cfm.ContentFragmentException
 */
package com.adobe.cq.dam.cfm.impl;

import com.adobe.cq.dam.cfm.ContentFragmentException;

public class AssociatedContentException
extends ContentFragmentException {
    public AssociatedContentException(String msg) {
        super(msg);
    }

    public AssociatedContentException(String msg, Throwable cause) {
        super(msg, cause);
    }
}