ServiceException({String? type, String? message}) : super(type: type, code: 'ServiceException', message: message);