Methods


-errorCode
-initWithErrorCode:
raises this exception
-raiseWithErrorCode
raises this exception
-setErrorCode:
specify the underlying error code

errorCode


- (int) errorCode;
method result
underlying db error code.

initWithErrorCode:


raises this exception

See Also:
raiseWithErrorCode
- initWithErrorCode: (int) anErrorCode;
Parameter Descriptions
anErrorCode
db error code

raiseWithErrorCode


raises this exception

See Also:
initWithErrorCode:
- initWithErrorCode: (int) anErrorCode;
Parameter Descriptions
anErrorCode
db error code

setErrorCode:


specify the underlying error code

- setErrorCode: (int) anErrorCode;
Parameter Descriptions
anErrorCode
a db error code

(Last Updated August 27, 2006)