DeleteException constructor

DeleteException(
  1. String reason
)

Thrown when the delete function encounters an error

Implementation

DeleteException(String reason) : super(reason);