Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.exceptions.HttpStatusException
io.micronaut.http.server.exceptions.NotFoundException
All Implemented Interfaces:
Serializable

public final class NotFoundException extends io.micronaut.http.exceptions.HttpStatusException
Exception thrown when the request uri is not found.
Since:
4.6.0
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()