how not to Log an error in error log file

I have this SQL query which uses “Select …for update nowait”, this query is for concurrency issue.
When two servers tries to pick the same record then I get this error:
pub.db:execSQLjava.sql.SQLException: ORA-00054: resource busy and acquire with NOWAIT specified

As this error is acceptable, I dont want it to be logged in error log file.

Please let me know how can I avoid, logging errors in error log file.

Thanking in anticipation :). Please help me out

Try decreasing the log level on some of the adapter facilities (0113 - 0118).