Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
BaseServiceException(BaseServiceException.ExceptionData exceptionData) |
Copyright © 2019 Google LLC. All rights reserved.