Class FrameworkProducerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.camel.component.catalog.framework.FrameworkProducerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IngestTimeoutException

public class FrameworkProducerException extends Exception
The exception thrown when problems in FrameworkProducer are detected.
Author:
Sam Patel
See Also:
  • Constructor Details

    • FrameworkProducerException

      public FrameworkProducerException()
      Instantiates a new FrameworkProducerException.
    • FrameworkProducerException

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

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

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