Class AuthenticationException

    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String message)
        Parameters:
        message - the detail message for this exception.
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Throwable cause)
        Parameters:
        message - the detail message for this exception.
        cause - the cause for this exception or null if none exists.