NoAuthenticatorException

Indicates that there is no Authenticator available to authenticate a user based on this request.

API

NoAuthenticatorException.java
class NoAuthenticatorException {
  NoAuthenticatorException(String msg)
  NoAuthenticatorException(String msg, Throwable cause)
  NoAuthenticatorException(Throwable cause)
}