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

org.n52.proxy.connector.utils.ProxyException Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha.9
Show newest version
package org.n52.proxy.connector.utils;

import org.n52.janmayen.exception.LocationHintException;

/**
 * @author Jan Schulte
 */
public class ProxyException extends LocationHintException {
    private static final long serialVersionUID = -8654668015391742318L;

    public ProxyException(String message, Object... args) {
        super(message, args);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy