Class IngestTimeoutException

All Implemented Interfaces:
Serializable

public class IngestTimeoutException extends FrameworkProducerException
See Also:
  • Constructor Details

    • IngestTimeoutException

      public IngestTimeoutException()
      Instantiates a new IngestTimeoutException.
    • IngestTimeoutException

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

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

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