Class PipeRunException

All Implemented Interfaces:
Serializable

public class PipeRunException extends IbisException
Exception thrown when the doPipe() method of a Pipe runs in error.
Author:
Johan Verrips
See Also:
  • Constructor Details

    • PipeRunException

      public PipeRunException(@Nullable IPipe pipe, @Nullable String msg)
    • PipeRunException

      public PipeRunException(@Nullable IPipe pipe, @Nullable String msg, @Nullable Throwable e)
    • PipeRunException

      public PipeRunException(@Nullable IPipe pipe, @Nullable String msg, @Nonnull Map<String,Object> parameters, @Nullable Throwable e)