HP CloudSystem Matrix/Matrix Operating Environment 7.2 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 error.String message
InvalidParameterException
An interface parameter value was not valid.
LoadBalancerNotFoundException
A specified load balancer was not found.
The load balancer ID that was not recognized.String loadBalancerId
LogicalLoadBalancerNotFoundException
A logical load balancer was not found in a specified service.
The name of the service in which the logical load balancer was not found.String serviceName
The logical load balancer ID that was not found.String logicalLoadBalancerId
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 found.String serviceName
The logical server group name that was not found.String 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 found.String serviceName
The logical server name that was not found.String 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 found.String 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 user.String userName
IOSoapException 83