Module io.avaje.jex

Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends HttpResponseException
Thrown when unable to find a route/resource
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
      Create with a message.
    • NotFoundException

      public NotFoundException(Object jsonResponse)
      Create with a response that will sent as JSON.