BackupFileException constructor
BackupFileException(
- String message
Creates a BackupFileException with the given message.
Implementation
BackupFileException(super.message);
Creates a BackupFileException with the given message.
BackupFileException(super.message);