Skip to content

Commit e63ef3c

Browse files
committed
Merge branch '6.4.x'
2 parents 6a94a29 + 47fd6be commit e63ef3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/main/java/org/springframework/security/core/AuthenticationException.java

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package org.springframework.security.core;
1818

19+
import java.io.Serial;
20+
1921
/**
2022
* Abstract superclass for all exceptions related to an {@link Authentication} object
2123
* being invalid for whatever reason.
@@ -24,6 +26,9 @@
2426
*/
2527
public abstract class AuthenticationException extends RuntimeException {
2628

29+
@Serial
30+
private static final long serialVersionUID = 2018827803361503060L;
31+
2732
/**
2833
* Constructs an {@code AuthenticationException} with the specified message and root
2934
* cause.

0 commit comments

Comments
 (0)