ObjectNotFoundException

public class ObjectNotFoundException extends MdsException

Signals that the expected object was not found in the database.

Constructors

ObjectNotFoundException

public ObjectNotFoundException(String entityName, Long id)
Parameters:
  • entityName – name of the entity
  • id – id of the object we were unable to retrieve