HP CloudSystem Matrix/Matrix Operating Environment 7.0 Integration Interfaces API and CLI Operations Reference Guide

5 Exceptions
IOSoapException
An error occurred while processing the operation. This is the base class for all the API exception.
This exception is returned for general errors, where the more specific exceptions do not apply.
A string describing the errorString message
InvalidParameterException
An interface parameter value was not valid
LogicalServerGroupNotFoundException
A specified logical server group name was not found in a specified service.
The name of the service in which the logical server group was not foundString serviceName
The logical server group name that was not foundString logicalServerGroupName
LogicalServerNotFoundException
A specified logical server name was not found in a specified service.
The name of the service in which the logical server was not foundString serviceName
The logical server name that was not foundString logicalServerName
LogicalServerNotFoundForServerException
A logical server was not found with a specified server name/address.
The name of the server for which a logical server was not foundString serverName
NoServerPoolsAvailableException
No server pools are available for use by the requesting user. Occurs when a default server pool
list is used, but a default list cannot be generated because no pools are available to the user.
The name of the requesting userString userName
OrganizationNotFoundException
A specified organization name was not recognized.
The organization ID or name that was not recognizedString organizationName
RequestNotFoundException
A specified request ID was not recognized.
The request ID that was not recognizedString requestId
IOSoapException 47