Do not use passive connections
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMNotificationRejectedException.java
index 4d0aa665ea957606d48677dbf2a6e358a6900655..e4faaec99ca4b7c086b911c27422387dfd3a1596 100644 (file)
@@ -8,14 +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/>
+ *
  * <p>
  * Expected use: {@link DOMNotificationPublishService}
- * </p>
+ * @deprecated Use {@link org.opendaylight.mdsal.dom.api.DOMNotificationRejectedException} instead.
  */
+@Deprecated(forRemoval = true)
 public class DOMNotificationRejectedException extends Exception {
     private static final long serialVersionUID = 1L;