< prev index next >

src/java.naming/share/classes/javax/naming/LinkException.java

Print this page

        

*** 202,212 **** } /** * Sets the resolved link name field of this exception. *<p> ! * <tt>name</tt> is a composite name. If the intent is to set * this field using a compound name or string, you must * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p> --- 202,212 ---- } /** * Sets the resolved link name field of this exception. *<p> ! * {@code name} is a composite name. If the intent is to set * this field using a compound name or string, you must * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p>
*** 228,238 **** } /** * Sets the remaining link name field of this exception. *<p> ! * <tt>name</tt> is a composite name. If the intent is to set * this field using a compound name or string, you must * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p> --- 228,238 ---- } /** * Sets the remaining link name field of this exception. *<p> ! * {@code name} is a composite name. If the intent is to set * this field using a compound name or string, you must * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p>
< prev index next >