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

serguei.http.HttpException Maven / Gradle / Ivy

Go to download

Simple HTTP client and HTTP server. Easy to use and small. No dependencies.

There is a newer version: 1.0.50
Show newest version
package serguei.http;

import java.io.IOException;


public class HttpException extends IOException {

    private static final long serialVersionUID = -7774807879615495695L;

    public HttpException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy