<P>If s_name is null, this equals <CODE>throw new <A HREF="~JD~lx~EJD~">LockedException</A>(<A HREF="~JD~xbno~EJD~#getXMsgPrefix()">getXMsgPrefix</A>() + s_callingFunc + ": " + s_lockedMsg))</CODE></P>
**/
protected final void throwLX(String s_callingFunc, String s_name, String s_lockedMsg) {
String sNamePart = ((s_name == null) ? sES : " [name=" + s_name + "]");
throw new LockedException(getXMsgPrefix() + s_callingFunc + sNamePart + ": " + s_lockedMsg);
}