Class StageProcessingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TerminationException

public class StageProcessingException extends PipelineProcessingException
Exception indicating that a Stage of the pipeline encountered an error.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • StageProcessingException

      public StageProcessingException()
      Constructor.
    • StageProcessingException

      public StageProcessingException(@Nonnull String message)
      Constructor.
      Parameters:
      message - exception message
    • StageProcessingException

      public StageProcessingException(@Nonnull Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • StageProcessingException

      public StageProcessingException(@Nonnull String message, @Nonnull Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one