Class BQPipeException

  • All Implemented Interfaces:
    Serializable

    public class BQPipeException
    extends org.pipecraft.pipes.exceptions.PipeException
    A pipe exception due to BigQuery errors
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • BQPipeException

        public BQPipeException​(String msg)
      • BQPipeException

        public BQPipeException​(String msg,
                               Throwable cause)
      • BQPipeException

        public BQPipeException​(Throwable cause)