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 noEntity
with the specifiedKey
could be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException(Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Key
getKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-