Class ServerTooManyRowsBQException
- 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.ServerTooManyRowsBQException
-
- All Implemented Interfaces:
Serializable
public class ServerTooManyRowsBQException extends NonTransientBQException
An exception indicating that the total number of rows in the BQ response exceeds the hard limit (server side)- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerTooManyRowsBQException(String msg, BQQuery<?,?> query)ConstructorServerTooManyRowsBQException(Throwable cause, 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
-
-