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

org.wickedsource.docxstamper.proxy.ProxyException Maven / Gradle / Ivy

package org.wickedsource.docxstamper.proxy;

public class ProxyException extends Exception {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy