Class NoResourceFoundException

All Implemented Interfaces:
Serializable, ErrorResponse

public class NoResourceFoundException extends 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)