| Package | Description |
|---|---|
| pro.taskana.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationAlreadyExistException
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
|
class |
ClassificationNotFoundException
Thrown if a specific task is not in the database.
|
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 |
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 |
WorkbasketNotFoundException
This exception will be thrown if a specific workbasket is not in the database.
|
Copyright © 2017. All rights reserved.