Exception EntityNotFoundException (2.0.0)

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