Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1225 - Lock cannot be continued

1225   Lock cannot be continued

Cause

This error occurs if the following sequence has taken place.

  1. Your application code attempted to place an explicit lock on an object.

  2. A lock exception was raised.

  3. The user exception handler returned the continue code, but the exception handler could not acquire the lock.

Action

Ensure that your application code does not continue lock exceptions until the actual lock has been acquired.