Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.rest.webmvc.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
Indicates a resource was not found.
- Author:
- Jon Brisbin, Oliver Gierke
- See Also:
-
Constructor Summary
ConstructorDescriptionResourceNotFoundException
(String message) ResourceNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
public ResourceNotFoundException() -
ResourceNotFoundException
-
ResourceNotFoundException
-