Merge of new rebased code
[appc.git] / appc-dispatcher / appc-dispatcher-common / lock-manager-lib / lock-manager-impl / src / main / java / org / openecomp / appc / lockmanager / impl / sql / optimistic / SqlLockManager.java
index 52c75d2..54622c4 100644 (file)
@@ -91,7 +91,7 @@ abstract class SqlLockManager extends JdbcLockManager {
                 }
                        }
                } catch (SQLException e) {
-                       throw new LockRuntimeException(Messages.EXP_LOCK.format(resource));
+                       throw new LockRuntimeException(Messages.EXP_CHECK_LOCK.format(resource));
                }finally {
             closeDbConnection(connection);
         }