Class EntityNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.appengine.api.datastore.EntityNotFoundException
All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends Exception
EntityNotFoundException is thrown when no Entity with the specified Key could be found.
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException(Key key)
  • Method Details

    • getKey

      public Key getKey()