Exception subclasses

This chapter lists the exception subclasses for the low-level Java connector library.

Table 159. Low-level Java connector library exceptions
Exception name Definition
BusObjInvalidVerbException Thrown when the specified verb is not supported by the business object.
BusObjSpecNameNotFoundException Thrown when the specification for creating a business object cannot be found.
CxObjectInvalidAttrException Thrown when the data type of the specified attribute does not match the data type that the attribute is defined to hold.
CxObjectNoSuchAttributeException Thrown when the specified position or name of an attribute does not match the attribute name or attribute position within the existing business object.
SetDefaultFailedException Thrown when setting a default value fails.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.