Class TransformerTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ddf.camel.component.catalog.transformer.TransformerTimeoutException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newFrameworkProducerException.TransformerTimeoutException(String message) Instantiates a newFrameworkProducerExceptionwith the provided message.TransformerTimeoutException(String message, Throwable throwable) Instantiates a newFrameworkProducerExceptionwith the provided message and throwable.TransformerTimeoutException(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
-
TransformerTimeoutException
public TransformerTimeoutException()Instantiates a newFrameworkProducerException. -
TransformerTimeoutException
Instantiates a newFrameworkProducerExceptionwith the provided message.- Parameters:
message- the message
-
TransformerTimeoutException
Instantiates a newFrameworkProducerExceptionwith the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
TransformerTimeoutException
Instantiates a newFrameworkProducerExceptionwith the provided throwable.- Parameters:
throwable- the throwable
-