SystemBusyException constructor

SystemBusyException([
  1. String errMessage([
    1. String? locale
    ])?
])

Implementation

SystemBusyException([String Function([String? locale])? errMessage])
  : super._(InteractivePlusSystemExceptionType.SYSTEM_BUSY_EXCEPTION,errMessage,null);