Class AuthenticationException

    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String message)
      • AuthenticationException

        public AuthenticationException​(Throwable t,
                                       String message)
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Object... args)
      • AuthenticationException

        public AuthenticationException​(Throwable cause,
                                       String message,
                                       Object... args)