RestoreFileException constructor

RestoreFileException(
  1. String message
)

Creates a RestoreFileException with the given message.

Implementation

RestoreFileException(super.message);