public final class DatastoreException extends BaseServiceException
BaseServiceException.ErrorUNKNOWN_CODE| Constructor and Description |
|---|
DatastoreException(int code,
String message,
String reason) |
DatastoreException(int code,
String message,
String reason,
boolean idempotent,
Throwable cause) |
DatastoreException(int code,
String message,
String reason,
Throwable cause) |
DatastoreException(IOException exception) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<BaseServiceException.Error> |
getRetryableErrors() |
code, debugInfo, equals, getCode, getDebugInfo, getLocation, getReason, hashCode, idempotent, isIdempotent, isRetryable, isRetryable, isRetryable, location, reason, retryable, retryableErrors, translateAndPropagateIfPossibleaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatastoreException(int code,
String message,
String reason,
Throwable cause)
public DatastoreException(int code,
String message,
String reason,
boolean idempotent,
Throwable cause)
public DatastoreException(IOException exception)
protected Set<BaseServiceException.Error> getRetryableErrors()
getRetryableErrors in class BaseServiceExceptionCopyright © 2017 Google. All rights reserved.