Class PipeStartException

All Implemented Interfaces:
Serializable

public class PipeStartException extends IbisException
Exception that indicates that the starting of a Pipe did not succeed.
Author:
Johan Verrips IOS
See Also:
  • Constructor Details

    • PipeStartException

      public PipeStartException()
      PipeStartException constructor comment.
    • PipeStartException

      public PipeStartException(String msg)
      PipeStartException constructor comment.
    • PipeStartException

      public PipeStartException(String msg, Throwable e)
    • PipeStartException

      public PipeStartException(Throwable e)
  • Method Details

    • getPipeNameInError

      public String getPipeNameInError()
      Get the name of the pipe in error.
    • setPipeNameInError

      public void setPipeNameInError(String newPipeNameInError)
      Set the name of the pipe in error.