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

io.yawp.commons.http.ForbiddenResponse Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.commons.http;

@Deprecated
public class ForbiddenResponse extends ErrorResponse {

	public ForbiddenResponse() {
		super(403);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy