Uses of Class
com.google.cloud.BaseServiceException
-
Packages that use BaseServiceException Package Description com.google.cloud Core classes for thegoogle-cloud
library.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 class
BatchResult<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 T
BatchResult. 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 class
BaseGrpcServiceException
Base 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 class
BaseHttpServiceException
Base class for all exceptions from http-based services.
-