ServiceLocalException constructor

ServiceLocalException(
  1. String? message, [
  2. Exception? innerException,
  3. StackTrace? innerStackTrace
])
ServiceLocalException Constructor. Error message text.

Implementation

ServiceLocalException(this.message,
    [this.innerException, this.innerStackTrace])
    : super();