base exception class
errorCode |
- (int) errorCode;
initWithErrorCode: |
raises this exception
See Also:
- raiseWithErrorCode
- initWithErrorCode: (int) anErrorCode;
anErrorCode
- db error code
raiseWithErrorCode |
raises this exception
See Also:
- initWithErrorCode:
- initWithErrorCode: (int) anErrorCode;
anErrorCode
- db error code
setErrorCode: |
specify the underlying error code
- setErrorCode: (int) anErrorCode;
anErrorCode
- a db error code
(Last Updated August 27, 2006)