Cisco Cisco Configuration Engine 3.5 Entwickleranleitung

Seite von 344
6-18
Cisco Configuration Engine Software Development Kit API Reference and Programmer Guide 3.5
OL-17661-02
Chapter 6      Namespace Administration, Group Administration, and Notification APIs
Group Administration API
Exceptions
This method could throw one of the following exceptions:
  •
DatastoreAccessException – Data-store connection problem or problem 
not described below.
  •
OperationTimeoutException – The current operation is not able to 
acquire a file lock within the time limit (for synchronizing data-store 
access), because other administration operation is currently in process.
  •
InvalidInputException – See 
 for basic rules.
  •
ParentNotFoundException – Cannot locate the group absGroupId in the 
hierarchy.
  •
InvalidMemberException – if one of the following is true:
  –
a device member has not been created in the data-store with the device 
management API.
  –
When adding a group, resulting absolute group ID cannot violates the 
absolute group ID string-length limit.
  –
See 
 for additional details.
  •
MemberAlreadyExistsException – Member already existed in group 
absGroupId.
  •
MessageFormatException – Problem with message syntax.
Additional exception that can be thrown when using the remote API:
CommunicationException – Server connection problem