
io.vertx.up.exception.web._415PointDefineException Maven / Gradle / Ivy
The newest version!
package io.vertx.up.exception.web;
import io.horizon.eon.em.web.HttpStatusCode;
import io.horizon.exception.WebException;
/**
* @author Lang
*/
public class _415PointDefineException extends WebException {
public _415PointDefineException(final Class> clazz,
final Class> type) {
super(clazz, type.getName());
}
@Override
public int getCode() {
return -60048;
}
@Override
public HttpStatusCode getStatus() {
return HttpStatusCode.UNSUPPORTED_MEDIA_TYPE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy