Class IOTransientBQException
- 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.IOTransientBQException
-
- All Implemented Interfaces:
Serializable
public class IOTransientBQException extends TransientBQException
Indicates a transient IO error when writing/reading data to/from BQ. May be caused by client side or server side.- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOTransientBQException(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
-
-