select for update nowait exception
I would like to implement error handling procedure for select for update nowait. I found that it could be ORA-54 (resource busy). Are there any other exceptions which could occur during select for update nowait? I mean exceptions which are typical for select for update nowait scenarios, I know that there could be many others like ORA-942 (table or view doesn't exist).
Thank you