
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