Class DOMNotificationRejectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.controller.md.sal.dom.api.DOMNotificationRejectedException
-
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true) public class DOMNotificationRejectedException extends Exception
Deprecated, for removal: This API element is subject to removal in a future version.UseDOMNotificationRejectedException
instead.This exception indicates that given notification can not be processed by corresponding mechanism. More info can be provided in message.Expected use:
DOMNotificationPublishService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DOMNotificationRejectedException(String message)
Deprecated, for removal: This API element is subject to removal in a future version.DOMNotificationRejectedException(String message, Throwable cause)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DOMNotificationRejectedException
public DOMNotificationRejectedException(String message)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-