Class ClientResourcesBQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.infra.bq.exceptions.BQException
-
- org.pipecraft.infra.bq.exceptions.TransientBQException
-
- org.pipecraft.infra.bq.exceptions.ClientResourcesBQException
-
- All Implemented Interfaces:
Serializable
public class ClientResourcesBQException extends TransientBQException
A transient exception indicating that the BQ client has too many pending requests and can't serve any additional requests- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientResourcesBQException()Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-