IllegalIdentityException constructor

IllegalIdentityException([
  1. String detail = ''
])

Implementation

IllegalIdentityException([String detail = '']) : super(detail);