com.google.appengine.api.datastore
Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.appengine.api.datastore.EntityNotFoundException
-
- All Implemented Interfaces:
- java.io.Serializable
public class EntityNotFoundException extends java.lang.Exception
EntityNotFoundException
is thrown when noEntity
with the specifiedKey
could be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description EntityNotFoundException(Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Key
getKey()
-