Class TransformerTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ddf.camel.component.catalog.transformer.TransformerTimeoutException
All Implemented Interfaces:
Serializable

public class TransformerTimeoutException extends RuntimeException
See Also:
  • Constructor Details

    • TransformerTimeoutException

      public TransformerTimeoutException()
      Instantiates a new FrameworkProducerException.
    • TransformerTimeoutException

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

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

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