| BQException |
|
| ClientResourcesBQException |
A transient exception indicating that the BQ client has too many pending requests and
can't serve any additional requests
|
| ClientTooManyRowsBQException |
An exception indicating that the total number of rows in the BQ response exceeds the
soft limit (client side)
|
| InvalidExportBQException |
An exception indicating that the export request is illegal
|
| InvalidQueryBQException |
An exception indicating that a query is illegal
|
| InvalidTableLoadBQException |
An exception indicating that the table load request is illegal
|
| IOTransientBQException |
Indicates a transient IO error when writing/reading data to/from BQ.
|
| NonTransientBQException |
A superclass for BQException indicating a permanent situation,
meaning that retries will probably not be helpful.
|
| QueryResultBrokenException |
An unchecked exception indicating that the BQ result set iterator can't continue due to a failure
to retrieve more data from BQ server.
|
| ServerResourcesBQException |
An exception indicating that the server rejected a query
due to usage of too many resources
|
| ServerTooManyRowsBQException |
An exception indicating that the total number of rows in the BQ response exceeds the
hard limit (server side)
|
| TimeoutBQException |
A transient exception indicating that a BQ request timed out
(Suitable also for low level socket read timeout)
|
| TransientBQException |
A superclass for BQException indicating a transient situation,
meaning that retries may be helpful.
|
| UnavailableBQException |
An exception indicating that BQ service is temporarily unavailable
|