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

fitnesse.http.EmptyRequestException Maven / Gradle / Ivy

There is a newer version: 20241026
Show newest version
package fitnesse.http;

public class EmptyRequestException extends HttpException {
  private static final long serialVersionUID = -2983710189855195820L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy