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
The exception thrown when problems in
FrameworkProducer are detected.- Author:
- Sam Patel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newFrameworkProducerException.FrameworkProducerException(String message) Instantiates a newFrameworkProducerExceptionwith the provided message.FrameworkProducerException(String message, Throwable throwable) Instantiates a newFrameworkProducerExceptionwith the provided message and throwable.FrameworkProducerException(Throwable throwable) Instantiates a newFrameworkProducerExceptionwith 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
-
FrameworkProducerException
public FrameworkProducerException()Instantiates a newFrameworkProducerException. -
FrameworkProducerException
Instantiates a newFrameworkProducerExceptionwith the provided message.- Parameters:
message- the message
-
FrameworkProducerException
Instantiates a newFrameworkProducerExceptionwith the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
FrameworkProducerException
Instantiates a newFrameworkProducerExceptionwith the provided throwable.- Parameters:
throwable- the throwable
-