Class BQPipeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.pipes.exceptions.PipeException
-
- org.pipecraft.pipes.exceptions.google_bq.BQPipeException
-
- All Implemented Interfaces:
Serializable
public class BQPipeException extends org.pipecraft.pipes.exceptions.PipeExceptionA pipe exception due to BigQuery errors- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BQPipeException(String msg)BQPipeException(String msg, Throwable cause)BQPipeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-