|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.objectify.NotFoundException
public class NotFoundException
Exception thrown from Objectify.get() when there is no entity with the specified key. This is exactly like the datastore EntityNotFoundException, however it is a RuntimeException and it contains the generic Key>.
Constructor Summary | |
---|---|
NotFoundException(Key<?> key)
|
Method Summary | |
---|---|
Key<?> |
getKey()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotFoundException(Key<?> key)
Method Detail |
---|
public Key<?> getKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |