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

groovyx.net.http.TransportingException Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package groovyx.net.http;

public class TransportingException extends RuntimeException {

    public TransportingException(final String message, final Throwable cause) {
        super(message, cause);
    }

    public TransportingException(final Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy