Class LoadException

All Implemented Interfaces:
Serializable

public class LoadException
extends TranslateException
Thrown when something went wrong during the load translation process; for example, the data in the datastore might be in a format incompatible with the intended pojo field. Indicates what went wrong with which entity.
See Also:
Serialized Form
  • Constructor Details

    • LoadException

      public LoadException(com.google.appengine.api.datastore.Entity entity, String message, Throwable cause)
      Constructor to use when you're saving an entity with a known key
  • Method Details

    • getEntity

      public com.google.appengine.api.datastore.Entity getEntity()
      The complete version of what we couldn't translate