1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Merge branch '6.4.x'

This commit is contained in:
Josh Cummings
2025-02-03 12:35:53 -07:00
@@ -16,6 +16,8 @@
package org.springframework.security.core;
import java.io.Serial;
/**
* Abstract superclass for all exceptions related to an {@link Authentication} object
* being invalid for whatever reason.
@@ -24,6 +26,9 @@ package org.springframework.security.core;
*/
public abstract class AuthenticationException extends RuntimeException {
@Serial
private static final long serialVersionUID = 2018827803361503060L;
/**
* Constructs an {@code AuthenticationException} with the specified message and root
* cause.