AlreadyExistsException Class Reference
#include <Exception.h>
Inheritance diagram for AlreadyExistsException:![]()
Public Member Functions
AlreadyExistsException (const String &message) Public Member Functions inherited from Exception
Exception (const String &message) Exception (const Exception &exception) virtual ~Exception () Exception & operator= (const Exception &exception) virtual const String & getMessage () const
Additional Inherited Members
Protected Member Functions inherited from Exception
Exception () Protected Attributes inherited from Exception
ExceptionRep * _rep Detailed Description
An AlreadyExistsException occurs on an attempt to create or attach a resource for which an equivalent resource already exists.
Constructor & Destructor Documentation
◆ AlreadyExistsException()
AlreadyExistsException::AlreadyExistsException ( const String & message ) Constructs an AlreadyExistsException with a specified error message.
- Parameters
message A message String containing a description of the error
The documentation for this class was generated from the following file:
- /root/rpmbuild/BUILD/pegasus/src/Pegasus/Common/Exception.h