{
browser = table.getBTree().browseFrom( key );
}
catch ( IOException e )
{
throw new CursorException( e );
}
try
{
browser = table.getBTree().browseFrom( key );
}
catch ( IOException ioe )
{
throw new CursorException( ioe.getMessage() );
}
clearValue();
}