/I1Berkeley DB: DbException.get_errno[P

DbException.get_errno





import com.sleepycat.db.*;

public int get_errno();





Description

GMost methods in the Db classes throw an exception when an error occurs.CA DbException object contains an informational string and an errno.6The errno can be obtained using DbException.get_errno.>Since DbException inherits from the java.Exception, the string&portion is available using toString().



Class

?DbException



See Also

DbException.get_errno
ÿÿ