All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.wisp.task.exception.TaskAlreadyExistsException.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.17.200749-4708422
Show newest version
package wisp.task.exception

/**
 * Thrown if an attempt to create a [RepeatedTask] that already exists with the name supplied.
 */
class TaskAlreadyExistsException(taskName: String) :
    Exception("Repeated Task with name: $taskName already exists!")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy