Class PipelineException

All Implemented Interfaces:
Serializable

public class PipelineException extends CrawlerException
Runtime exception for cache-related errors.
See Also:
  • Constructor Details

    • PipelineException

      public PipelineException()
    • PipelineException

      public PipelineException(String message)
    • PipelineException

      public PipelineException(Throwable cause)
    • PipelineException

      public PipelineException(String message, Throwable cause)