DeleteException constructor

DeleteException(
  1. String reason
)

Thrown when the delete function encounters an error

Implementation

DeleteException(super.reason);