ContentFragmentException.java
306 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.cq.dam.cfm;
public class ContentFragmentException
extends Exception {
public ContentFragmentException(String msg) {
super(msg);
}
public ContentFragmentException(String msg, Throwable cause) {
super(msg, cause);
}
}