Class 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.
    Use DOMNotificationRejectedException 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 Detail

      • DOMNotificationRejectedException

        public DOMNotificationRejectedException​(String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • DOMNotificationRejectedException

        public DOMNotificationRejectedException​(String message,
                                                Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.