ServiceLocalException constructor
ServiceLocalException(
- String? message, [
- Exception? innerException,
- StackTrace? innerStackTrace
Implementation
ServiceLocalException(this.message,
[this.innerException, this.innerStackTrace])
: super();