| Package | Description |
|---|---|
| pro.taskana.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentPersistenceException
Thrown, when an attachment should be inserted to the DB, but it does already exist.
This may happen when a not persisted attachment with ID will be added twice on a task. |
class |
ClassificationAlreadyExistException
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
|
class |
ClassificationInUseException
Thrown if a specific task is not in the database.
|
class |
ClassificationNotFoundException
Thrown if a specific task is not in the database.
|
class |
ConcurrencyException
This exception is thrown when an attempt is made to update an object that has already been updated by another user.
|
class |
InvalidArgumentException
This exception is thrown when a method is called with invalid argument.
|
class |
InvalidOwnerException
This exception is thrown when the task state doesn't allow the requested operation.
|
class |
InvalidRequestException
This exception is thrown when a method is called in a context where it must not be called.
|
class |
InvalidStateException
This exception is thrown when the task state doesn't allow the requested operation.
|
class |
InvalidWorkbasketException
This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.
|
class |
NotAuthorizedException
This exception is used to communicate a not authorized user.
|
class |
NotFoundException
This exception will be thrown if a specific object is not in the database.
|
class |
TaskAlreadyExistException
Thrown when a Task is going to be created, but a Task with the same ID does already exist.
|
class |
TaskNotFoundException
This exception will be thrown if a specific task is not in the database.
|
class |
WorkbasketAlreadyExistException
Thrown, when a workbasket does already exits, but wanted to create with same ID.
|
class |
WorkbasketInUseException
Thrown if a specific Workbasket does have content and should be deleted.
|
class |
WorkbasketNotFoundException
This exception will be thrown if a specific workbasket is not in the database.
|
Copyright © 2018. All rights reserved.