SilentException constructor

SilentException(
  1. String message,
  2. Object exception,
  3. StackTrace stackTrace
)

Implementation

SilentException(String super.message, super.exception, super.stackTrace)
    : super.withMessage();