Class AuthenticationFailedException

    • Constructor Detail

      • AuthenticationFailedException

        public AuthenticationFailedException​(String message)
        Constructs instance of AuthenticationFailedException with error message.
        Parameters:
        message - the error message
      • AuthenticationFailedException

        public AuthenticationFailedException​(String message,
                                             Throwable cause)
        Constructs instance of AuthenticationFailedException with error message and cause.
        Parameters:
        message - the error message
        cause - a Throwable that is a cause of this exception