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

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

There is a newer version: 1.4.0
Show newest version
package org.wickedsource.docxstamper.proxy;

public class ProxyException extends Exception {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy