Package pl.matsuo.core.web.controller
Class AbstractSearchController.EntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.matsuo.core.web.controller.AbstractSearchController.EntityNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractSearchController<E extends pl.matsuo.core.model.AbstractEntity,P extends pl.matsuo.core.params.IQueryRequestParams>
@ResponseStatus(NOT_FOUND) public static class AbstractSearchController.EntityNotFoundException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException(Long id) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotFoundException
-