Skip to content

Commit 715e7f0

Browse files
committed
Add serialVersionUID to the exception class
1 parent 34350fb commit 715e7f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/api/src/main/java/org/apache/kafka/server/log/remote/storage/RetriableRemoteStorageException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
*/
2424
public class RetriableRemoteStorageException extends RemoteStorageException {
2525

26+
private static final long serialVersionUID = 1L;
27+
2628
public RetriableRemoteStorageException(String message) {
2729
super(message);
2830
}

0 commit comments

Comments
 (0)