Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.digitalcollections.commons.springmvc.exceptions.ResourceNotFoundException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(NOT_FOUND) public class ResourceNotFoundException extends RuntimeException
Equivalent to 404 (Not Found).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNotFoundException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-