Class NoResourceFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.ErrorResponseException
org.springframework.web.server.ResponseStatusException
org.springframework.web.reactive.resource.NoResourceFoundException
All Implemented Interfaces:
Serializable, org.springframework.web.ErrorResponse

public class NoResourceFoundException extends org.springframework.web.server.ResponseStatusException
Raised when ResourceWebHandler is mapped to the request but can not find a matching resource.
Since:
6.1
Author:
Rossen Stoyanchev
See Also:
  • Constructor Details

    • NoResourceFoundException

      public NoResourceFoundException(String resourcePath)