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

io.vertx.tp.error._404SearchTextMissingExceptionn Maven / Gradle / Ivy

package io.vertx.tp.error;

import io.vertx.core.http.HttpStatusCode;
import io.vertx.up.exception.WebException;

/**
 * @author Hongwei
 * @since 2020/1/2, 20:57
 */

public class _404SearchTextMissingExceptionn extends WebException {
	public _404SearchTextMissingExceptionn(final Class clazz, final String table) {
		super(clazz, table);
	}

	@Override
	public int getCode() {
		return -20008;
	}

	@Override
	public HttpStatusCode getStatus() {
		return HttpStatusCode.NOT_FOUND;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy