src/share/classes/org/omg/CORBA/ORBPackage/InvalidName.java

Print this page
rev 597 : 8047722: @since tag cleanup in corba
Reviewed-by:

*** 29,39 **** * The <code>InvalidName</code> exception is raised when * <code>ORB.resolve_initial_references</code> is passed a name * for which there is no initial reference. * * @see org.omg.CORBA.ORB#resolve_initial_references(String) ! * @since JDK1.2 */ final public class InvalidName extends org.omg.CORBA.UserException { /** * Constructs an <code>InvalidName</code> exception with no reason message. --- 29,39 ---- * The <code>InvalidName</code> exception is raised when * <code>ORB.resolve_initial_references</code> is passed a name * for which there is no initial reference. * * @see org.omg.CORBA.ORB#resolve_initial_references(String) ! * @since 1.2 */ final public class InvalidName extends org.omg.CORBA.UserException { /** * Constructs an <code>InvalidName</code> exception with no reason message.