#include <FWCore/Framework/interface/MakeDataException.h>
Description: An exception that is thrown whenever a Provider had a problem with its algorithm.
Usage: This exception will be thrown automatically if a a class that inherits from ESProductResolverTemplate<> returns 0 from its make method.
If you wish to explain the reason for the error, you can throw a MakeDataException from within your Provider E.g.