| AttachmentPersistenceException |
This exception is thrown when an Attachment should be inserted to the DB, but it
does already exist.
|
| InvalidCallbackStateException |
This exception is thrown when the callback
state of the Task doesn't allow the requested operation.
|
| InvalidOwnerException |
This exception is thrown when the current user is not the owner of the Task.
|
| InvalidStateException |
This exception is thrown when the current state doesn't allow the requested operation.
|
| InvalidTaskStateException |
This exception is thrown when the state of the Task
doesn't allow the requested operation.
|
| MismatchedTaskCommentCreatorException |
This exception is thrown when the current user is not the creator of the TaskComment
it tries to modify.
|
| TaskAlreadyExistException |
This exception is thrown when a Task is going to be created, but a Task
with the same external id does already exist.
|
| TaskCommentNotFoundException |
This exception is thrown when a specific TaskComment is not in the database.
|
| TaskNotFoundException |
This exception is thrown when a specific Task is not in the database.
|