Uses of Class
com.google.cloud.BaseServiceException.ExceptionData
-
Packages that use BaseServiceException.ExceptionData Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of BaseServiceException.ExceptionData in com.google.cloud
Methods in com.google.cloud that return BaseServiceException.ExceptionData Modifier and Type Method Description BaseServiceException.ExceptionData
BaseServiceException.ExceptionData.Builder. build()
static BaseServiceException.ExceptionData
BaseServiceException.ExceptionData. from(int code, String message, String reason, boolean retryable)
static BaseServiceException.ExceptionData
BaseServiceException.ExceptionData. from(int code, String message, String reason, boolean retryable, Throwable cause)
Constructors in com.google.cloud with parameters of type BaseServiceException.ExceptionData Constructor Description BaseServiceException(BaseServiceException.ExceptionData exceptionData)
-