AuthenticationException constructor
AuthenticationException(
- String message
Implementation
AuthenticationException(String message) : super(message: message);
AuthenticationException(String message) : super(message: message);