|
Exception Summary |
| AccessDeniedException |
An AccessDeniedException is thrown by a service component if the
callerPrincipal is not allowed to access an instance of a single ItemCollection. |
| InvalidAccessException |
An InvalidAccessException is a unchecked runtime exception which is thrown by the
concrete implementations like the EntityService. |
| ModelException |
An ModelException should be thrown by a service component if a
model entity is invalid |
| PluginException |
An PluginException should be thrown by a workflow plugin |
| ProcessingErrorException |
An ProcessingErrorException is thrown by a workflowManager if an error occurs
during the process method |
| WorkflowException |
WorkflowException is the abstract super class for all Imixs Workflow Exception classes. |