Class AuthenticationFailedException

    • Constructor Detail

      • AuthenticationFailedException

        public AuthenticationFailedException()
      • AuthenticationFailedException

        public AuthenticationFailedException​(@Nullable
                                             String adminMessage)
      • AuthenticationFailedException

        public AuthenticationFailedException​(@Nullable
                                             String adminMessage,
                                             @Nullable
                                             Throwable cause)
      • AuthenticationFailedException

        public AuthenticationFailedException​(@Nullable
                                             String userMessage,
                                             @Nullable
                                             Throwable cause,
                                             boolean internalError)
      • AuthenticationFailedException

        public AuthenticationFailedException​(@Nullable
                                             String userMessage,
                                             @NotNull
                                             String adminMessage,
                                             @Nullable
                                             Throwable cause,
                                             boolean internalError)
    • Method Detail

      • isInternalError

        public boolean isInternalError()
      • getUserMessage

        @NotNull
        public String getUserMessage()
      • mustShowDetails

        public static boolean mustShowDetails()