Package ddf.catalog.event
Class InvalidSubscriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.event.EventException
ddf.catalog.event.InvalidSubscriptionException
- All Implemented Interfaces:
Serializable
The exception thrown when problems creating a subscription are detected due to invalid data in
the
Subscription, such as a missing DeliveryMethod.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSubscriptionException(String message) Instantiates a new invalid subscription exception with the provided message.InvalidSubscriptionException(String message, Throwable throwable) Instantiates a new invalid subscription exception with the provided message and throwable.InvalidSubscriptionException(Throwable throwable) Instantiates a new invalid subscription 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
-
InvalidSubscriptionException
Instantiates a new invalid subscription exception with the provided message.- Parameters:
message- the message
-
InvalidSubscriptionException
Instantiates a new invalid subscription exception with the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
InvalidSubscriptionException
Instantiates a new invalid subscription exception with the provided throwable.- Parameters:
throwable- the throwable
-