Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.digitalcollections.iiif.bookshelf.model.exceptions.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
@ResponseStatus(NOT_FOUND) public class NotFoundException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()
-