FragmentWriteException.java
470 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 FragmentWriteException
extends ContentFragmentException {
public FragmentWriteException(String msg) {
super(msg);
}
public FragmentWriteException(String msg, Throwable cause) {
super(msg, cause);
}
}