public final class DatastoreException
extends com.google.cloud.http.BaseHttpServiceException
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) |
equals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translate
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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)
Copyright © 2019 Google LLC. All rights reserved.