FTInternalDatamanagementException


Abstract

Thrown in case of an error while accessing BDB

Methods

-bdbException
-initWithBDBException:
-operationStatus

bdbException


- (BDBException *) bdbException;
method result
returns the underlying bdb exception or nil if it had not been specified

initWithBDBException:


- initWithBDBException: (BDBException *) anException;
Parameter Descriptions
anException
raisen BDB exception

operationStatus


- (BDBOperationStatus) operationStatus;
method result
operation status, if it had been given before; otherwise BDB_STATUS_UNKNOWN will be returned

(Last Updated August 27, 2006)