PlanNotFoundException

data class PlanNotFoundException(id: UUID, val message: String = "Plan not found --- ") : PlanException

Exception thrown when a plan is not found.

Constructors

Link copied to clipboard
constructor(id: UUID, message: String = "Plan not found --- ")

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