org.wickedsource.docxstamper.proxy.ProxyException Maven / Gradle / Ivy
package org.wickedsource.docxstamper.proxy;
public class ProxyException extends Exception {
public ProxyException(Throwable cause) {
super(cause);
}
}
package org.wickedsource.docxstamper.proxy;
public class ProxyException extends Exception {
public ProxyException(Throwable cause) {
super(cause);
}
}