Uses of Class
com.google.cloud.BaseServiceException.ExceptionData
-
Packages that use BaseServiceException.ExceptionData Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of BaseServiceException.ExceptionData in com.google.cloud
Methods in com.google.cloud that return BaseServiceException.ExceptionData Modifier and Type Method Description BaseServiceException.ExceptionDataBaseServiceException.ExceptionData.Builder. build()static BaseServiceException.ExceptionDataBaseServiceException.ExceptionData. from(int code, String message, String reason, boolean retryable)static BaseServiceException.ExceptionDataBaseServiceException.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)
-