Class ClientTooManyRowsBQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.infra.bq.exceptions.BQException
-
- org.pipecraft.infra.bq.exceptions.NonTransientBQException
-
- org.pipecraft.infra.bq.exceptions.ClientTooManyRowsBQException
-
- All Implemented Interfaces:
Serializable
public class ClientTooManyRowsBQException extends NonTransientBQException
An exception indicating that the total number of rows in the BQ response exceeds the soft limit (client side)- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientTooManyRowsBQException(String msg, BQQuery<?,?> query)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-