< prev index next >

src/java.base/share/classes/javax/security/auth/login/FailedLoginException.java

Print this page

        

@@ -30,10 +30,11 @@
  *
  * <p> This exception is thrown by LoginModules if authentication failed.
  * For example, a {@code LoginModule} throws this exception if
  * the user entered an incorrect password.
  *
+ * @since 1.4
  */
 public class FailedLoginException extends LoginException {
 
     private static final long serialVersionUID = 802556922354616286L;
 
< prev index next >