Class NotificationRejectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.controller.md.sal.binding.api.NotificationRejectedException
-
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true) public class NotificationRejectedException extends Exception
Deprecated, for removal: This API element is subject to removal in a future version.UseNotificationRejectedException
instead.This exception indicates that given notification can not be processed by corresponding mechanism. More info can be provided in message.
Expected use:
NotificationPublishService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationRejectedException(String message)
Deprecated, for removal: This API element is subject to removal in a future version.NotificationRejectedException(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
-
NotificationRejectedException
public NotificationRejectedException(String message)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-