Class UnavailableBQException
- 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.UnavailableBQException
-
- All Implemented Interfaces:
Serializable
public class UnavailableBQException extends TransientBQException
An exception indicating that BQ service is temporarily unavailable- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnavailableBQException(String msg)ConstructorUnavailableBQException(String msg, Throwable cause)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-