NotValidAuthenticationException constructor

NotValidAuthenticationException(
  1. String cause
)

Create a new instance of NotValidAuthenticationException.

Implementation

NotValidAuthenticationException(this.cause);