Package com.google.cloud.datastore
Class DatastoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.cloud.BaseServiceException
com.google.cloud.http.BaseHttpServiceException
com.google.cloud.datastore.DatastoreException
- All Implemented Interfaces:
Serializable
public final class DatastoreException
extends com.google.cloud.http.BaseHttpServiceException
Datastore service exception.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.cloud.BaseServiceException
com.google.cloud.BaseServiceException.Error, com.google.cloud.BaseServiceException.ExceptionData
-
Field Summary
Fields inherited from class com.google.cloud.http.BaseHttpServiceException
UNKNOWN_CODE
-
Constructor Summary
ConstructorsConstructorDescriptionDatastoreException
(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) -
Method Summary
Methods inherited from class com.google.cloud.BaseServiceException
equals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translate
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatastoreException
-
DatastoreException
-
DatastoreException
-
DatastoreException
-