Annotate all serialVersionUID with @Serial
[netconf.git] / protocol / netconf-api / src / main / java / org / opendaylight / netconf / api / NetconfDeserializerException.java
index 9e93f8fb26b16a0e45bce19c459c04c134f6618f..8277dda6f51614e0634022b441939000f696cadc 100644 (file)
@@ -8,12 +8,15 @@
 
 package org.opendaylight.netconf.api;
 
+import java.io.Serial;
+
 /**
  * This exception is thrown by
  * {@link NetconfSessionListener#onMessage} to indicate fatal
  * communication problem after which the session should be closed.
  */
 public class NetconfDeserializerException extends Exception {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     public NetconfDeserializerException(final String message) {