Class ResourceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.rest.webmvc.ResourceNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(NOT_FOUND) public class ResourceNotFoundException extends RuntimeException
Indicates a resource was not found.
Author:
Jon Brisbin, Oliver Gierke
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException()
    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable cause)