fitnesse.http.EmptyRequestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
package fitnesse.http;
public class EmptyRequestException extends HttpException {
private static final long serialVersionUID = -2983710189855195820L;
public EmptyRequestException(String message) {
super(message);
}
}