Uses of Class
org.pipecraft.infra.bq.exceptions.TransientBQException
-
Packages that use TransientBQException Package Description org.pipecraft.infra.bq.exceptions -
-
Uses of TransientBQException in org.pipecraft.infra.bq.exceptions
Subclasses of TransientBQException in org.pipecraft.infra.bq.exceptions Modifier and Type Class Description classClientResourcesBQExceptionA transient exception indicating that the BQ client has too many pending requests and can't serve any additional requestsclassIOTransientBQExceptionIndicates a transient IO error when writing/reading data to/from BQ.classTimeoutBQExceptionA transient exception indicating that a BQ request timed out (Suitable also for low level socket read timeout)classUnavailableBQExceptionAn exception indicating that BQ service is temporarily unavailable
-