Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMNotificationRejectedException.java
index b57b5053d5821debd3fd5db3f77178d8ae3e4eff..668ba889559b6b60d7be2701b4c456dc3705629a 100644 (file)
@@ -8,13 +8,14 @@
 package org.opendaylight.controller.md.sal.dom.api;
 
 /**
- * <p>
  * This exception indicates that given notification can not be processed by corresponding mechanism.
  * More info can be provided in message.
  *
  * <p>
  * Expected use: {@link DOMNotificationPublishService}
+ * @deprecated Use {@link org.opendaylight.mdsal.dom.api.DOMNotificationRejectedException} instead.
  */
+@Deprecated
 public class DOMNotificationRejectedException extends Exception {
     private static final long serialVersionUID = 1L;