This works in 2.2.3 Play - Java
public Promise onHandlerNotFound(RequestHeader request) {
return Promisepure(Results.notFound(views.html.notFound404.render()));
}
html should be within /views/notFound404.scala.html
Dont forget to add Results.notFounf() and import play.mvc.Results;