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