4.4.7.1.6 Exceptions
The following table describes the exceptions.
Table 4-5 Initialize Exceptions
HRESULT | Description | Meaning |
---|---|---|
ITF_E_NO_PERMISSION_
|
Bootstrap already initialized | The Bootstrap object has already been initialized. To connect to a new Oracle Tuxedo domain, you must create a new Bootstrap object. |
E_INVALIDARG
|
Invalid address parameter | The address supplied is not valid. |
E_OUTOFMEMOY
|
Memory allocation failed | The required memory could not be allocated. |
E_FAIL
|
Invalid domain | Unable to communicate with the Oracle Tuxedo domain at the address specified or TOBJADDR is not defined. |
<SYSTEM ERROR>
|
Unable to obtain initial object | Unable to initialize the Bootstrap object. The system error causing the failure is returned in the "Number" member of the error object. |
Parent topic: Initialize