Uses of Class
ddf.catalog.event.EventException
Packages that use EventException
Package
Description
Provides the classes for the Catalog Event API and implementation.
-
Uses of EventException in ddf.catalog.event
Subclasses of EventException in ddf.catalog.eventModifier and TypeClassDescriptionclassThe exception thrown when problems are detected during the delivery of a created, updated, or deleted event.classThe exception thrown when problems creating a subscription are detected due to invalid data in theSubscription, such as a missingDeliveryMethod.classThe exception thrown when problems creating a subscription are detected due to aSubscriptionwith the same ID already existing in the OSGi registry.classThe exception thrown when problems updating or deleting a subscription are detected due to theSubscriptionnot being found in the OSGi registry.