TaskNotCreatedException

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.

Constructors

Link copied to clipboard
constructor(planId: UUID, message: String = "Task not created for Plan --- ")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String

The error message.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard