Class AuthenticationException

    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String message)
        Constructs a new exception with the given message.
        Parameters:
        message - error message
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Throwable cause)
        Constructs a new exception with the given message and root cause.
        Parameters:
        message - error message
        cause - root cause