Class QueryResultBrokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pipecraft.infra.bq.exceptions.QueryResultBrokenException
-
- All Implemented Interfaces:
Serializable
public class QueryResultBrokenException extends RuntimeException
An unchecked exception indicating that the BQ result set iterator can't continue due to a failure to retrieve more data from BQ server. We must use runtime exception in order to conform withIterator's API, which doesn't allow checked exceptions.- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryResultBrokenException(String msg)QueryResultBrokenException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-