1092   Object not available

Cause

This error occurs during an exception handling operation when your application code attempts to access the object that caused the error.

This is usually caused when a lock exception handler attempts to access a target object other than to retry the lock.

Action

Change your application code so that objects that caused a lock exception are not referenced in the exception handler, except to retry the lock.