Class DatastoreApiHelper

java.lang.Object
com.google.appengine.api.datastore.DatastoreApiHelper

public final class DatastoreApiHelper extends Object
Helper methods and constants shared by classes that implement the Java api on top of the datastore.

Note: users should not access this class directly.

  • Method Details

    • translateError

      public static RuntimeException translateError(com.google.apphosting.api.ApiProxy.ApplicationException exception)