2 #ifndef GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H
3 #define GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H 1
21 const std::string& Tag =
"*UpdateManagerSvc*",
26 const std::string& Tag,
38 #endif // GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H
Define general base for Gaudi exception.
UpdateManagerException(const std::string &Message, const std::string &Tag, const StatusCode &Code, const GaudiException &Ex)
virtual UpdateManagerException * clone() const
Clone the exception.
virtual ~UpdateManagerException()
Destructor.
This class is used for returning status codes from appropriate routines.
Exception thrown by the UpdateManagerSvc when something goes wrong.
UpdateManagerException(const std::string &Message="unspecified exception", const std::string &Tag="*UpdateManagerSvc*", const StatusCode &Code=StatusCode::FAILURE)
Standard constructor.