FTInternalDatamanagementException
Abstract
Thrown in case of an error while accessing BDB
Methods
- -bdbException
- -initWithBDBException:
- -operationStatus
- (BDBException *) bdbException;
- method result
- returns the underlying bdb exception or nil if it had not been
specified
- initWithBDBException: (BDBException *) anException;
Parameter Descriptions
anException
- raisen BDB exception
- (BDBOperationStatus) operationStatus;
- method result
- operation status, if it had been given before; otherwise
BDB_STATUS_UNKNOWN will be returned
(Last Updated August 27, 2006)