Class PipelineException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class PipelineException
    extends java.lang.RuntimeException
    Wrapper for exceptions thrown during pipeline execution.
    See Also:
    Use to get the wrapped exception, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PipelineException​(@NonNull java.lang.Exception cause)
      Construct a new pipeline exception
      PipelineException​(@NonNull java.lang.String message, @NonNull java.lang.Exception cause)
      Construct a new pipeline exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PipelineException

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

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