Class PipeException

    • Constructor Detail

      • PipeException

        public PipeException​(String msg)
        Constructor
        Parameters:
        msg - The error message
      • PipeException

        public PipeException​(String msg,
                             Throwable cause)
        Constructor
        Parameters:
        msg - The error message
        cause - The nested exception
      • PipeException

        public PipeException​(Throwable cause)
        Constructor
        Parameters:
        cause - The nested exception