Class 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 Detail

      • IOTransientBQException

        public IOTransientBQException​(String msg,
                                      Throwable cause)
        Constructor
        Parameters:
        msg - The error message
        cause - The original exception