|
Exception Summary |
| DescriptorNotCreatedException |
DescriptorNotCreatedException implies that the object descriptor was not created
when it should have (a private case of failure in creation of the new object), and prints
the error message and/or stackTrace to log and/or to screen. |
| HandlerNotFoundException |
HandlerNotFoundException implies that the object handler key is specified
incorrectly, (i.e. null, empty or incorrect key), therefore handler service cannot be found by this key,
and prints the error message and/or stackTrace to log and/or to screen.
|
| ObjectNotCreatedException |
ObjectNotCreatedException implies that the new object was not
created/saved into the persistence, and prints the error message and/or stackTrace to
log and/or to screen.
|