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

io.leopard.web4j.nobug.csrf.CsrfTokenInvalidException Maven / Gradle / Ivy

There is a newer version: 0.9.12
Show newest version
package io.leopard.web4j.nobug.csrf;

public class CsrfTokenInvalidException extends IllegalArgumentException {

	private static final long serialVersionUID = 1L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy