Class BaseGrpcServiceException

All Implemented Interfaces:
Serializable

public class BaseGrpcServiceException extends BaseServiceException
Base class for all exceptions from grpc-based services.
See Also:
  • Constructor Details

    • BaseGrpcServiceException

      @InternalApi("This class should only be extended within google-cloud-java") protected BaseGrpcServiceException(String message, Throwable cause, int code, boolean retryable)
    • BaseGrpcServiceException

      @InternalApi("This class should only be extended within google-cloud-java") protected BaseGrpcServiceException(IOException exception, boolean idempotent)
    • BaseGrpcServiceException

      @BetaApi public BaseGrpcServiceException(ApiException apiException)