BigtableRetriesExhaustedException (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.grpc.scanner

Class BigtableRetriesExhaustedException

  • All Implemented Interfaces:
    Serializable


    public class BigtableRetriesExhaustedException
    extends IOException
    An Exception that is thrown when an operation fails, even in the face of retries.
    Version:
    $Id: $Id
    Author:
    sduskis
    See Also:
    Serialized Form
    • Constructor Detail

      • BigtableRetriesExhaustedException

        public BigtableRetriesExhaustedException(String message,
                                                 Throwable cause)
        Constructor for BigtableRetriesExhaustedException.
        Parameters:
        message - a String object.
        cause - a Throwable object.