public class EntityNotFoundException extends Exception
EntityNotFoundException
is thrown when no Entity
with the specified Key
could be found.
Constructors
EntityNotFoundException(Key key)
public EntityNotFoundException(Key key)
Parameter | |
---|---|
Name | Description |
key |
Key |
Methods
getKey()
public Key getKey()
Returns | |
---|---|
Type | Description |
Key |