Package ddf.catalog.event
Class SubscriptionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.event.EventException
ddf.catalog.event.SubscriptionNotFoundException
- All Implemented Interfaces:
Serializable
The exception thrown when problems updating or deleting a subscription are detected due to the
Subscription not being found in the OSGi registry.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionNotFoundException(String message) Instantiates a new subscription not found exception with the provided message.SubscriptionNotFoundException(String message, Throwable throwable) Instantiates a new subscription not found exception with the provided message and throwable.SubscriptionNotFoundException(Throwable throwable) Instantiates a new subscription not found exception with the provided throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubscriptionNotFoundException
Instantiates a new subscription not found exception with the provided message.- Parameters:
message- the message
-
SubscriptionNotFoundException
Instantiates a new subscription not found exception with the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
SubscriptionNotFoundException
Instantiates a new subscription not found exception with the provided throwable.- Parameters:
throwable- the throwable
-