SilentException constructor

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

Implementation

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