JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH
Package io.kadai.user.api.exceptions
package
io.kadai.user.api.exceptions
Related Packages
Package
Description
io.kadai.user.api
io.kadai.user.api.models
Exception Classes
Class
Description
UserAlreadyExistException
This exception is thrown when a
User
was tried to be created with an
id
already existing.
UserNotFoundException
This exception is thrown when a specific
User
referenced by its
id
is not in the database.