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.
-
-
Constructor Summary
Constructors Constructor 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)
-
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 Detail
-
DatastoreException
public DatastoreException(int code, String message, String reason, Throwable cause)
-
DatastoreException
public DatastoreException(int code, String message, String reason, boolean idempotent, Throwable cause)
-
DatastoreException
public DatastoreException(IOException exception)
-
-