UnknownUserException constructor

UnknownUserException(
  1. String detail
)

Implementation

UnknownUserException(String detail) : super(detail);