BackupFileException constructor

BackupFileException(
  1. String message
)

Creates a BackupFileException with the given message.

Implementation

BackupFileException(super.message);