package com.sap.research.fiware.ngsi10.simple.exceptions; /** * To be thrown after an entity or any of its requested attributes is not known to the server * * */ @SuppressWarnings("serial") public class NotFoundException extends Exception { }