ScanTimeoutException (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.grpc.scanner

Class ScanTimeoutException

  • All Implemented Interfaces:
    Serializable


    public class ScanTimeoutException
    extends IOException
    An IOException that presents timeout when reading response.
    Version:
    $Id: $Id
    Author:
    sduskis
    See Also:
    Serialized Form
    • Constructor Detail

      • ScanTimeoutException

        public ScanTimeoutException(String message)
        Constructor for ScanTimeoutException.
        Parameters:
        message - a String object.