Class EventException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.event.EventException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeliveryException, InvalidSubscriptionException, SubscriptionExistsException, SubscriptionNotFoundException

public class EventException extends Exception
The exception thrown to capture problems during the PubSub operations create, update, and delete of subscriptions.
See Also:
  • Constructor Details

    • EventException

      public EventException()
      Instantiates a new EventException.
    • EventException

      public EventException(String message)
      Instantiates a new EventException with the provided message.
      Parameters:
      message - the message
    • EventException

      public EventException(String message, Throwable throwable)
      Instantiates a new EventException with the provided message and throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • EventException

      public EventException(Throwable throwable)
      Instantiates a new EventException with the provided throwable.
      Parameters:
      throwable - the throwable