All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.day.cq.dam.commons.watermark.WatermarkingException Maven / Gradle / Ivy

package com.day.cq.dam.commons.watermark;

/**
 *
 */
public class WatermarkingException extends Exception {

    public WatermarkingException() {
        super();
    }

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy