TaskException
Sealed class representing exceptions related to tasks.
Inheritors
Types
Link copied to clipboard
data class TaskNotCreatedException(planId: UUID, val message: String = "Task not created for Plan --- ") : TaskException
Exception thrown when a task cannot be created for a specific plan.
Link copied to clipboard
data class UnknownTaskStatusException(taskStatusId: Int, val message: String = "Unknown Task Status ID --- ") : TaskException
Exception thrown when an unknown task status is encountered.