FileUtilsException constructor

FileUtilsException(
  1. String message
)

Creates a file utility exception with a human-readable message.

Implementation

FileUtilsException(this.message);