InstallException constructor

InstallException(
  1. String message
)

Thrown if an error is encountered during an install

Implementation

InstallException(super.message);