FolderDeletionException

class FolderDeletionException(message: String, cause: Throwable? = null) : RuntimeException

Exception thrown when folder deletion fails during the task execution.

Parameters

message

A description of the error that occurred.

cause

The cause of the error, or null if the cause is nonexistent or unknown.

See also

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

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

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