Class PipelineException

All Implemented Interfaces:
Serializable

public final class PipelineException extends RuntimeException
Wrapper for exceptions thrown during pipeline execution.
See Also:
  • Constructor Details

    • PipelineException

      public PipelineException(@NonNull Exception cause)
      Construct a new pipeline exception
      Parameters:
      cause - Cause of the exception
    • PipelineException

      public PipelineException(@NonNull String message, @NonNull Exception cause)
      Construct a new pipeline exception
      Parameters:
      message - Message explaining the exception
      cause - Cause of the exception