Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.vespa.config.server.http.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends RuntimeException
Exception that will create a http response with NOT_FOUND response code (404)
Author:
hmusum
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)