kapua
kapua copied to clipboard
✨ [Core] Implemented StorableNotFoundException
This PR introduces a new StorableNotFoundException meant to be thrown when a Storable is not found. This exception is similar to KapuaEntityNotFountException, but for Storable classes.
Related Issue None
Description of the solution adopted
- Introduced new StorableNotFoundException
- Implemented new Storable.getType api
- Implemented StorableNotFoundExceptionMapper to handle error in REST API
Screenshots None
Any side note on the changes made None