Uses of Class
com.google.cloud.BaseServiceException
-
Packages that use BaseServiceException Package Description com.google.cloud Core classes for thegoogle-cloudlibrary.com.google.cloud.grpc com.google.cloud.http -
-
Uses of BaseServiceException in com.google.cloud
Classes in com.google.cloud with type parameters of type BaseServiceException Modifier and Type Class Description classBatchResult<T,E extends BaseServiceException>This class holds a single result of a batch call.Methods in com.google.cloud that throw BaseServiceException Modifier and Type Method Description TBatchResult. get()Returns the result of this call. -
Uses of BaseServiceException in com.google.cloud.grpc
Subclasses of BaseServiceException in com.google.cloud.grpc Modifier and Type Class Description classBaseGrpcServiceExceptionBase class for all exceptions from grpc-based services. -
Uses of BaseServiceException in com.google.cloud.http
Subclasses of BaseServiceException in com.google.cloud.http Modifier and Type Class Description classBaseHttpServiceExceptionBase class for all exceptions from http-based services.
-