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

com.day.cq.dam.api.FolderSettingsException Maven / Gradle / Ivy

package com.day.cq.dam.api;

/**
 *
 */
public class FolderSettingsException extends Exception {

    public FolderSettingsException() {
        super();
    }

    public FolderSettingsException(String s) {
        super(s);
    }

    public FolderSettingsException(Throwable t) {
        super(t);
    }

    public FolderSettingsException(String s, Throwable t) {
        super(s, t);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy