connectapi.NotFoundException

Indicates a customer requested a resource which does not exist. Should only be constructable from SFDC code and should not be subclassable by customers.

Constructors 

public NotFoundException() 

public NotFoundException(String message) 

public NotFoundException(Exception innerException) 

public NotFoundException(String message, Exception innerException)