Uses of Class
com.google.cloud.datastore.DatastoreException
-
Packages that use DatastoreException Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.cloud.datastore.spi.v1 -
-
Uses of DatastoreException in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return DatastoreException Modifier and Type Method Description protected DatastoreExceptionBaseDatastoreBatchWriter. newInvalidRequest(String msg, Object... params)Methods in com.google.cloud.datastore that throw DatastoreException Modifier and Type Method Description BeginTransactionResponseRetryAndTraceDatastoreRpcDecorator. beginTransaction(BeginTransactionRequest request) -
Uses of DatastoreException in com.google.cloud.datastore.spi.v1
Methods in com.google.cloud.datastore.spi.v1 that throw DatastoreException Modifier and Type Method Description BeginTransactionResponseDatastoreRpc. beginTransaction(BeginTransactionRequest request)Sends a begin transaction request.
-