Uses of Package
org.pipecraft.infra.bq.exceptions
-
Packages that use org.pipecraft.infra.bq.exceptions Package Description org.pipecraft.infra.bq org.pipecraft.infra.bq.exceptions -
Classes in org.pipecraft.infra.bq.exceptions used by org.pipecraft.infra.bq Class Description BQException The ancestor class of all checked BQ exceptions Descendants are eitherTransientBQExceptionorNonTransientBQException. -
Classes in org.pipecraft.infra.bq.exceptions used by org.pipecraft.infra.bq.exceptions Class Description BQException The ancestor class of all checked BQ exceptions Descendants are eitherTransientBQExceptionorNonTransientBQException.NonTransientBQException A superclass for BQException indicating a permanent situation, meaning that retries will probably not be helpful.TransientBQException A superclass for BQException indicating a transient situation, meaning that retries may be helpful.