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
NameDescription
keyKey

Methods

getKey()

public Key getKey()
Returns
TypeDescription
Key