WatermarkingException.java 450 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.day.cq.dam.commons.watermark;

public class WatermarkingException
extends Exception {
    public WatermarkingException() {
    }

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

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

    public WatermarkingException(Throwable cause) {
        super(cause);
    }
}