AuthenticationException constructor

AuthenticationException(
  1. String message
)

Implementation

AuthenticationException(String message) : super(message);