Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / src / main / java / org / onap / policy / drools / pooling / PoolingFeatureRtException.java
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2024 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 package org.onap.policy.drools.pooling;
 
+import java.io.Serial;
+
 /**
  * A runtime exception thrown by the pooling feature.
  */
 public class PoolingFeatureRtException extends RuntimeException {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     public PoolingFeatureRtException() {